summaryrefslogtreecommitdiff
path: root/src/templates/pages/deeper/seeker.html.ftl
blob: ed0b21ab9d3ad636b1e118b081b42a1836d680e8 (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
25
26
27
28
29
30
<#include "/macros/common.ftl">
<#include "/macros/common-page.ftl">

<@commonpage>
    <#if errorMessage??>
        <@noticebox class="visible">
            ${errorMessage?html}
        </@noticebox>
    <#else>
        <@noticebox>
        </@noticebox>
    </#if>

    <div id="content">
        <article class="text">
            <#include "/templates/deeperheader.ftl">

            <h3>Reading List</h3>
            <ul>
                <li><a href="http://www.amazon.com/dp/0310339308">Case for Christ - Lee Strobel</a></li>
                <li><a href="http://www.amazon.com/dp/0310339294">Case for Faith - Lee Strobel</a></li>
            </ul>
            <h3>Other</h3>
            <ul>
                <li><a href="http://www.myfoursquarechurch.com/connect/community-groups/">Join a Community Group</a></li>
            </ul>
        </article>
    </div>
</@commonpage>