{% if config.get('CORNERSTONE_LOGO') %}
{% endif %} {{ config.get('CORNERSTONE_TITLE', 'CornerstoneCMS') }}
{% if pages %} {% for page in pages if page.slug != 'home' %}
{{ page.title }}
{% endfor %} {% endif %}
Sermons
{% block content %}{% endblock %}