{% load static %} {% load i18n %} {% include 'header.html' %} {% block header %}{% endblock header %} {{ site_name }} :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} {% spaceless %}
{% autoescape off %}{% endautoescape %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% block content %}{% endblock content %}
{% block footer %}{% include 'footer.html' %}{% endblock footer %}
{% endspaceless %}