{% extends "sermon/base.html" %} {% block page-class %}sermons{% endblock %} {% block title %}Sermon: {{sermon.title}} at {% endblock %} {% load markup humanize typogrify %} {% block body %}

{{sermon.title}}

A sermon by {{sermon.speaker}}

{{sermon.date|naturalday}}

{% if sermon.mp3file %}
Watch the sermon
This could have an audio player.
{% endif %} {{sermon.rendered_content}}

Read more sermons

{% if sermon.readings.all %} {% endif %} {% endblock %}