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

<% template title() %>  
  <% include master::title() %> :: Login
<% end %>  
    
<% template page_content() %>  
	<div>
	  <form method="post" action=""><% csrf %>
  	    <table>
          <% form as_table login %>  
        </table>
      </form> 
	</div>
<% end template %>  

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