summaryrefslogtreecommitdiff
path: root/views/TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to 'views/TEMPLATE')
-rw-r--r--views/TEMPLATE13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/TEMPLATE b/views/TEMPLATE
new file mode 100644
index 0000000..06f5a94
--- /dev/null
+++ b/views/TEMPLATE
@@ -0,0 +1,13 @@
+//- vim:ts=4:sw=4:
+doctype html
+html
+ head
+ include head
+ title TITLE
+ body
+ include header
+ article
+ h1 TITLE
+ if flash
+ p.error= flash
+