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