{% load static %} {% load i18n %} {% include 'header.html' %} {{ site_name }} :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} {% spaceless %}
{% block content %}{% endblock content %} {% block footer %}{% include 'footer.html' %}{% endblock footer %}
{% endspaceless %}