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

Contact Us

We'd love to hear from you and answer any questions

{% if success %}

Message Sent Successfully!

Thank you for your message. We'll get back to you soon.

{% endif %} {% if error %}

Error Sending Message

There was an error sending your message. Please try again later.

{% endif %}

Church Information

{{ church_name }}

{% if church_address %}

{{ church_address }}

{% endif %} {% if po_box %}

{{ po_box }}

{% endif %} {% if contact_phone %}

{{ contact_phone }}

{% endif %} {% if google_maps_url %}
View on Google Maps
{% endif %}

Service Times

Sabbath School: 9:30 AM

Divine Worship: 11:00 AM

Prayer Meeting: Wednesday 7:00 PM

Send Us a Message

{% endblock %}