{% extends theme('base.html') %} {% block content %}

Sermons

{% for sermon in pagination.items %}
{{sermon.title}}
{{sermon.date.strftime('%B %-d, %Y')}} by {{sermon.preacher}}

{% if sermon.topics %} {% endif %}
{% endfor %}
{% endblock %}