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

Sermons

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

{% if sermon.topics %} {% endif %}
{% else %} {{ no_results() }} {% endfor %} {% else %} {{ no_results() }} {% endif %}
{% endblock %}