{% 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}}

Watch the sermon
This could have an audio player.
{{sermon.body|typogrify|markdown}}

Read more sermons

{% endblock %}