summaryrefslogtreecommitdiff
path: root/views/projects.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/projects.tpl')
-rw-r--r--views/projects.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/views/projects.tpl b/views/projects.tpl
new file mode 100644
index 0000000..66feecf
--- /dev/null
+++ b/views/projects.tpl
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="description" content="ickweb">
+ <meta name="author" content="The ick project">
+ <title>Ick projects</title>
+ </head>
+ <body>
+ <p>Projects:</p>
+ <ol>
+ % for p in projects:
+ <li>
+ <a href="/projects/{{p['project']}}">{{ p['project'] }}</a>
+ </li>
+ % end
+ </ol>
+ </body>
+</html>