{# -*-jinja2-*- #} {% extends "layout.html" %} {% block content %} {{ post.html|safe }} {% if post.links.subindexpages | length > 0 %}
{% for d in post.links.subindexpages %} {# loop.cycle('','','
')| safe #} {% endfor %}
{% endif %} {% endblock %}