<% c++ #include "content.h" %> <% xhtml %> <% skin view %> <% view master uses content::master %> <% template title() %><% gt "Wellcome to WikiPP" %><% end %> <% template navigation() %>  /  <% gt" Users Area" %> <% end template %> <% template navbar() %> <%= about | ext markdown %>

<% gt "Navigation" %>

<% foreach l in languages %>

<% gt "Main Page" %>

<% end %> <% end template %> <% template main() %><% end %> <% template wiki_title() %><%= wiki_title %><% end %> <% template sidebar() %><% end %> <% template render() %> <% include title() %> <% if not empty syntax_highlighter %> <% end %>
<% gt "Main" %>  /  <% include navigation()%>

<% include title() %>

<% include main() %>
<% include navbar() %> <% include sidebar() %>

<% gt "Valid CSS" %> | <% gt "Valid XHTML 1.0" %>

<% if not empty syntax_highlighter %> <% end %> <% end template %> <% end view %> <% end skin %>