{% extends "base.html" %}
{% block content_body %}
{% for p in pages if p.title == "Index" %}
{% if p.featured is defined %}
not implemented yet
{% endif %}
{% set lr = cycler("row-reverse", "row") %}
{% 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) }}