{# customize.html is used for it.page == "customize" #} {% extends 'navlist.html' %} {% block content %}
{% for entry in it.entries %}
{% block customgroup %}
{{entry.title|escape}}
{{entry.content|raw}}
{% endblock customgroup %}
{% endfor %} {# @todo remove style="display:none" when code is ready #}
{% endblock content %}