{% extends "base" %}
{% block header_scripts %}
{% endblock header_scripts %}
{% block content %}
{% for item in page.blocks.sections %}
-
{{ item.name }}
{% for itemli in item.list %}
-
{{ itemli.name }}
{% endfor %}
{% endfor %}
{% endblock content %}
{# vim: syntax=htmldjango ts=2 sts=2 sw=2 expandtab #}