{% 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 c in p.index_cards %}
{{ fi( c.pic, c.link, c.text, c.credit) }}

{{ c.text }}
{{ c.more }}

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