summaryrefslogtreecommitdiff
path: root/views/project.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/project.tpl')
-rw-r--r--views/project.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/project.tpl b/views/project.tpl
new file mode 100644
index 0000000..a4428aa
--- /dev/null
+++ b/views/project.tpl
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="description" content="ickweb">
+ <meta name="author" content="The ick project">
+ <title>Ick project: {{ project['project'] }}</title>
+ </head>
+ <body>
+ <p>Project: {{ project['project'] }}</p>
+ <p><blockquote><pre>{{ as_yaml }}</pre></blockquote></p>
+ </body>
+</html>