From 2b5cb826fae8325661abd54eb6521cade1c80dba Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 09:04:34 +0200 Subject: added master and intro templates --- templates/intro.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/intro.tmpl (limited to 'templates/intro.tmpl') diff --git a/templates/intro.tmpl b/templates/intro.tmpl new file mode 100644 index 0000000..b99ea06 --- /dev/null +++ b/templates/intro.tmpl @@ -0,0 +1,14 @@ +<% c++ #include "content.hpp" %> +<% skin view %> +<% view intro uses content::master extends master %> + +<% template title() %> + <% include master::title() %> :: Intro +<% end %> + +<% template page_content() %> + Welcome to StrusCms. +<% end template %> + +<% end view %> +<% end skin %> -- cgit v1.2.3-54-g00ecf