diff template/index.jade.mustache @ 5:f8c4c7ce5f4a

lots of href additions: add/edit, nav fixes Ignore-this: 863335c4680ac9bcc6a7fc5867638d61
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 21 Feb 2013 01:39:01 -0800
parents
children ce779bdd2fb3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/template/index.jade.mustache	Thu Feb 21 01:39:01 2013 -0800
@@ -0,0 +1,17 @@
+doctype html
+html
+  head
+    title href
+    {{> head.jade}}
+  body
+    | {{{loginBar}}}
+    h2 Users
+
+    {{#users}}
+    p
+      a(href="{{user}}") {{user}}
+    {{/users}}
+
+    p {{stats}}
+    
+    {{> tail.jade}}