summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-17 21:09:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-17 21:09:36 +0200
commitd4c3033adcfa359ae0c82a0d3b1bee6a96245ba1 (patch)
tree5aa9045bd218ff3d7e8022bfb465e7bc4afa8bfb /templates
downloadaCms-d4c3033adcfa359ae0c82a0d3b1bee6a96245ba1.tar.gz
aCms-d4c3033adcfa359ae0c82a0d3b1bee6a96245ba1.tar.bz2
first raw empty classes and structure
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/main.tmpl b/templates/main.tmpl
new file mode 100644
index 0000000..8b5238a
--- /dev/null
+++ b/templates/main.tmpl
@@ -0,0 +1,13 @@
+<% c++ #include "content.hpp" %>
+<% skin view %>
+<% view master uses content::master %>
+
+<% template render() %>
+<html>
+ <body>
+ <p>strusCms</p>
+ </body>
+</html>
+<% end template %>
+<% end view %>
+<% end skin %>