{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% load static %} {% block content %}
{% if subject_list %} {% for s in subject_list %} {{ s }} {% endfor %} {% else %} (no subject) {% endif %}
{% if scripture_list %} {% endif %} {% if entry.illustration %}

Illustration

{{ entry.illustration|linebreaksbr }}

{% endif %} {% if entry.application %}

Application

{{ entry.application|linebreaksbr }}

{% endif %} {% if entry.source %}

Source

{{ entry.source }}

{% endif %} {% if entry.talk_number or entry.talk_title %}

Talk Info

{% if entry.talk_number %}

Number: {{ entry.talk_number }}

{% endif %} {% if entry.talk_title %}

Title: {{ entry.talk_title }}

{% endif %}
{% endif %}
{% endblock %}