{% 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 %}
{{ e.text }}
{{ e.more }}