summaryrefslogtreecommitdiff
path: root/templates/intro.tmpl
blob: b99ea06b1cbbbba5ef93221c796eedd0cf800c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% c++ #include "content.hpp" %>
<% skin view %>
<% view intro uses content::master extends master %>  

<% template title() %>  
  <% include master::title() %> :: Intro  
<% end %>  
    
<% template page_content() %>  
    Welcome to <b>StrusCms</b>. 
<% end template %>  

<% end view %>
<% end skin %>