From dc080f8fe2697569923ed326f8080cb0baedc46b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 11:53:48 +0200 Subject: some rearrangement --- templates/intro.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/intro.tmpl') diff --git a/templates/intro.tmpl b/templates/intro.tmpl index b99ea06..eb7fa49 100644 --- a/templates/intro.tmpl +++ b/templates/intro.tmpl @@ -1,13 +1,15 @@ -<% c++ #include "content.hpp" %> +<% c++ #include "intro_content.hpp" %> <% skin view %> -<% view intro uses content::master extends master %> +<% view intro uses content::intro extends master %> <% template title() %> <% include master::title() %> :: Intro <% end %> <% template page_content() %> - Welcome to StrusCms. +
+ Welcome to StrusCms. +
<% end template %> <% end view %> -- cgit v1.2.3-54-g00ecf