blob: c800c130a9724c228f6e903230497a54476fc90d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<#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">
<ul>
<li><a href="https://motionchrch.com/groups">Join a Community Group</a></li>
</ul>
</article>
</div>
</@commonpage>
|