{% 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 %} {% from 'includes/featured_image.html' import fi %} {% for e in p.elements %}
{{ fi(e.pic, e.link, e.text, e.credit) }}

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

{% endfor %} {% endfor %} {% include "includes/subscribe.html" %} {% include "includes/unsubscribe.html" %} {% endblock content_body %}