{% block stylesheets %}{% endblock stylesheets %}
{% include 'includes/navigation.html' %}
{% for message in messages %}
{% endfor %} {% block content %}{% endblock content %}
{% include 'includes/scripts.html' %}{% block javascripts %} {% endblock javascripts %}