{% extends "base.html" %} {% block content_body %} {% for p in pages %} {% if p.title == "Index" %} {% set lr = cycler("row", "row-reverse") %} {% if p.featured is defined %} {% endif %} {% for e in p.elements %}
{% if e.credit is defined %}
Bild: {{ e.credit }}
{% endif %}

{{ e.text }}
{{ e.more }}

{% endfor %} {% endif %} {% endfor %} {% endblock content_body %}