{% extends "base.html" %} {% block content_body %} {% for p in pages if p.title == "Index" %} {% set lr = cycler("row-reverse", "row") %} {% if p.featured is defined %} {% endif %} {% from 'includes/macros.html' import fi %} {% for i in p.index_cards %}
{{ fi( i.pic, i.link, i.alt, i.title, i.credit, i.credit_link) }}

{{ i.alt }}

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