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

<% template title() %>  
  <% include master::title() %> :: Not Found  
<% end %>  
    
<% template page_content() %>  
	<div>
		We are sorry to inform you that somebody run away with
		your page at URL '<%= url %>'.
	</div>
<% end template %>  

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