- HD
- 720p
- 540p
- 360p
- 0.50x
- 0.75x
- 1.00x
- 1.25x
- 1.50x
- 1.75x
- 2.00x
We hope you enjoyed this lesson.
Cool lesson, huh? Share it with your friends
About this lesson
The underlying programming language of Django is Python. In this lesson, we'll explain how the Django Template Language allows you to use elements from Python within your Django projects.
Quick reference
Django Template Language
The Django Template Language allows us to do Python-like programming on a web page.
When to use
Use it any time you want to use Python-like programming on a web page.
Instructions
There are many tags that we can use with the Django Template Language, and we'll discuss them all in the coming videos.
For now, familiarize yourself with the Django documentation regarding the Django Template Language, located:
https://docs.djangoproject.com/en/3.0/ref/templates/language/
Hints & tips
- Django Template Language allows us to do Python-like programming on a web page.
- https://docs.djangoproject.com/en/3.0/ref/templates/language/
Lesson notes are only available for subscribers.