summaryrefslogtreecommitdiff
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
new file mode 100644
index 0000000..0082e49
--- /dev/null
+++ b/templates/login.tmpl
@@ -0,0 +1,18 @@
+<% 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 %>
+ <% form as_p login %>
+ </form>
+ </div>
+<% end template %>
+
+<% end view %>
+<% end skin %>