{% extends "base.html" %} {% block content %}
{% for page in pages|sort(attribute='sort-order') %} {% if loop.first %} {{ page.content }} {% include "index-choices.html" %} {% endif %} {% endfor %}
{% include "sidebar.html" %}
{% include "crazyegg.html" %} {% endblock %}