{% autoescape off %} ITS {% if user.is_authenticated %} {% endif %} {% block header %}{% endblock %}
{% if user.is_authenticated %} {% else %} {% endif %}
{% block content %}{% endblock %}
DEVEL PANEL: Home | My Galleries | {% if user.is_authenticated %} Groups | Settings | {% ifequal user.username "admin" %} Tools | {% endifequal %} Logout [{{ user.username }}] {% else %} Registration | Login {% endif %}
{% endautoescape %}