summaryrefslogtreecommitdiff
path: root/templates/intro.tmpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 11:53:48 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 11:53:48 +0200
commitdc080f8fe2697569923ed326f8080cb0baedc46b (patch)
tree84ccd679d3c9de649583bb51c830d069e6419432 /templates/intro.tmpl
parent2b5cb826fae8325661abd54eb6521cade1c80dba (diff)
downloadaCms-dc080f8fe2697569923ed326f8080cb0baedc46b.tar.gz
aCms-dc080f8fe2697569923ed326f8080cb0baedc46b.tar.bz2
some rearrangement
Diffstat (limited to 'templates/intro.tmpl')
-rw-r--r--templates/intro.tmpl8
1 files changed, 5 insertions, 3 deletions
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 <b>StrusCms</b>.
+ <div>
+ Welcome to <b>StrusCms</b>.
+ </div>
<% end template %>
<% end view %>