summaryrefslogtreecommitdiff
path: root/src/templates/pages/contact.html.ftl
blob: c84e047b0a3e7a1c933e3b57fcede69f1ac8ab14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<#include "/macros/common.ftl">
<#include "/macros/common-page.ftl">

<@commonpage>
    <@noticebox>
    </@noticebox>

    <@content class="text">
        <h1>Contact Us</h1>

        <p>
        If you have any questions about GROW, please email us at <a href="mailto:connect@myfoursquarechurch.com">connect@myfoursquarechurch.com</a> or call us at 253-848-9111.
        </p>
    </@content>

</@commonpage>