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

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

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