{% if user.is_authenticated %} {% include 'nav.html'%} {% endif %}
{% block content %}{% endblock %}
{% for message in messages %} {% endfor %}