{% autoescape off %}
Zephyr
{% if not user.is_authenticated %}
login
|
register
{% endif %} {% if user.is_authenticated %}
logout
{% endif %} {% block content %} {% endblock %} {% endautoescape %}