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

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

    <@content>
        <img src="${staticRoot}/images/about-grow.png" />

        <h1>Grow "Buckets"</h1>
        <p>
            We want to help you GROW
        </p>
        <p>
            GROW process is an on-line application and network to help you GROW
            as a follower of Jesus Christ.
        </p>
            Let's join together in a spiritual formation journey and begin the
            discipleship process that will transform your life.
        </p>
    </@content>

    <#include "/templates/getstarted-button.ftl">
</@commonpage>