diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-13 22:49:46 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-13 22:49:46 -0800 |
commit | 9fd23c11d28911d2ea8f66e648d01c4733c81380 (patch) | |
tree | d67e33f925e2bc287b0e30ae3a33c37fc8f6863f /src/templates | |
parent | c91558898921c2063762c3b346eaa36a259b6391 (diff) |
Adding New Believer resource.
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/templates/newbeliever.ftl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/templates/templates/newbeliever.ftl b/src/templates/templates/newbeliever.ftl new file mode 100644 index 0000000..e58425d --- /dev/null +++ b/src/templates/templates/newbeliever.ftl @@ -0,0 +1,19 @@ +<#include "/macros/common.ftl"> +<#include "/macros/common-page.ftl"> + +<@commonpage> + <@noticebox> + </@noticebox> + + <@content class="text"> + <h1>New Believers</h1> + + Welcome! When you click the getting started button below you will + be asked to login or create a login. After you have logged in, you + will be taken directly to the Seeker section of the site. + + </@content> + + <#include "/templates/getstarted-button.ftl"> +</@commonpage> + |