summaryrefslogtreecommitdiff
path: root/templates/main.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.tmpl')
-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 %>