summaryrefslogtreecommitdiff
path: root/templates/intro.tmpl
blob: 99f5e92a633d04aca401a16bb74829cc3b873498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<% 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>
	<div>
		If you want to edit pages, please log in
		<a href="<%= login_link %>">here</a>.
	</div>
<% end template %>  

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