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