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

<@commonpage>
    <#include "/templates/index-hero.ftl">

    <@content>
        <h1>Welcome to GROW</h1>
        <p>
            GROW is an on-line web based spiritual formation
            process created by Foursquare Puyallup church with you in mind, to
            assist you in your journey to discover God, and to be an effective
            follower of Jesus Christ. 
        </p>

    </@content>

    <div id="getstarted">
        <a class="greenbutton" href="learnmore.html">Learn More! &#x2799;</a>
    </div>
</@commonpage>