aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-03-02 23:26:58 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-03-02 23:26:58 +0100
commit5f1b9f03525706a45c202b70912f7ff2e6d77fee (patch)
tree228939a6d015fbd9f5a3bb77bb6a9b984ffe2eb9 /templates/index.html
parent50adf72a2391bbd840eb139a5f82e503530c65fb (diff)
downloadramaskrik-social-5f1b9f03525706a45c202b70912f7ff2e6d77fee.tar.gz
ramaskrik-social-5f1b9f03525706a45c202b70912f7ff2e6d77fee.tar.bz2
ramaskrik-social-5f1b9f03525706a45c202b70912f7ff2e6d77fee.zip
Use askama for templates.
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..328b3bd
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Ramaskrik Program</title>
+ </head>
+ <body>
+ <h1>Ramaskrik Program for {{ year }}</h1>
+ </body>
+</html>