{% block content %}
{% endblock content %}
{# Site default framing and blocks from to #}
{% block description %} {% include "site/description.html" %} {% endblock description %} {% block meta %} {% include "site/meta.html" %} {% endblock meta %} {% block css %} {% include "site/css.html" %} {% endblock %} {% block head_script %} {% if js_in_head %} {% include "site/javascript.html" %} {% endif %} {% endblock %} {% block extra_head %} {# Pages can register their page specific CSS/JS here #} {% endblock %} {# body_classes allows to insert extra CSS classes on tag #} {# body block contains the whole page without a navigation frame and the analytics script #} {% block body %} {# Navigation #} {% block header %} {% include "site/header.html" %} {% endblock header %} {# main is the content without margins and flash messages #} {% block main %}