From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- src/main/resources/templates/pages/index.html.ftl | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/main/resources/templates/pages/index.html.ftl (limited to 'src/main/resources/templates/pages/index.html.ftl') diff --git a/src/main/resources/templates/pages/index.html.ftl b/src/main/resources/templates/pages/index.html.ftl new file mode 100644 index 0000000..59a5e38 --- /dev/null +++ b/src/main/resources/templates/pages/index.html.ftl @@ -0,0 +1,50 @@ +<#include "/macros/common.ftl"> + + + + Grow Process + + + + + + + + +
+ <#include "/templates/banner.ftl"> +
+

+ + <#if config.getDomain() != "prod"> + ${config.getDomain()} + +

+ + <#include "/templates/nav.ftl"> +
+ + <#include "/templates/index-hero.ftl"> + + <@content> +

Welcome to GROW

+

+ 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. +

+ + + + + +
+
+ +<#include "/templates/footer.ftl"> + + + -- cgit v1.2.3