{% if authenticated %} {% if name %}
Hello, {{name}}
{% else %}
You're logged in
{% endif %} {% endif %} {# -*- Django HTML -*- #}