My first name is {{ first_name }}. My last name is {{ last_name }}
{% if user.is_authenticated %}Hello, {{ user.username }}.{% endif %}
{{ my_date|date:"Y-m-d" }}
A Django template is a text document or a Python string marked-up using the Django template language.