{% extends 'base.html' %} {% load staticfiles %} {% load i18n %} {% block main %}


{% autoescape off %}

{{ page.name }}

{{ page.html }}



{% endautoescape %}
{% endblock %}