django-templatesEasy Playground

Django's built-in template engine with tags and filters

Getting started with django-templatesRun locally
Install
pip install django
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: django_templates)

django-templates is a third-party package. Django's built-in template engine with tags and filters. Install with: pip install django

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?