{% load i18n %} {% load staticfiles %} {% block head_title %}{% trans 'SAPL - Sistema de Apoio ao Processo Legislativo' %}{% endblock %} {% block head_content %} {# modernizr must be in head (see http://modernizr.com/docs/#installing) #} {% endblock %}
... header ...
{% block content_container %} {# FIXME: row class is not for that: replace it keeping the layout (notice width) #}
{# Feedback messages #} {% for message in messages %}
{{ message|safe }} ×
{% endfor %} {% block base_header %}
{% block help %} {% if view.help_url %}{% trans 'Ajuda' %}{% endif %} {% endblock %} {% block title %}{% if view.title %}

{{ view.title }}

{% endif %}{% endblock %}
{% endblock %} {% block base_content %}{% endblock %}
{% endblock %} {% block foot_js %} {% endblock %}