summaryrefslogtreecommitdiff
path: root/templates/main.tmpl
blob: 8b5238a22ab22e8b6415572c2343ebb74262b792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 %>