{% extends widget.get_base_template %} {% block content %}
{% for child_page in items %}
{% include "widget/contextnavigation/_item.html" with item=child_page %}
{% endfor %}
{% endblock %}