{% extends "layout.html" %} {% block content %} {% if bulletin %}

{{ bulletin.title }}

{{ bulletin.date }}

{% if bulletin.scripture_reading %}
Scripture Reading:
{{ bulletin.scripture_reading }}
{% endif %} {% if bulletin.sabbath_school %}

Sabbath School

{{ bulletin.sabbath_school }}
{% endif %} {% if bulletin.divine_worship %}

Divine Worship

{{ bulletin.divine_worship }}
{% endif %} {% if bulletin.sunset %}

Sunset

{{ bulletin.sunset }}
{% endif %}
{% if bulletin.pdf_path %} Download PDF {% endif %} Back to Bulletins
{% else %}

Bulletin Not Found

The bulletin you're looking for doesn't exist.

View All Bulletins
{% endif %} {% endblock %}