{% block page_inner %} {% for section in content %}
{% if section.type == "normal" %} {% autoescape false %}{{ section.content }}{% endautoescape %} {% endif %}
{% endfor %} {% endblock %}