diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-03-02 23:26:58 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-03-02 23:26:58 +0100 |
commit | 5f1b9f03525706a45c202b70912f7ff2e6d77fee (patch) | |
tree | 228939a6d015fbd9f5a3bb77bb6a9b984ffe2eb9 /templates | |
parent | 50adf72a2391bbd840eb139a5f82e503530c65fb (diff) | |
download | ramaskrik-social-5f1b9f03525706a45c202b70912f7ff2e6d77fee.tar.gz ramaskrik-social-5f1b9f03525706a45c202b70912f7ff2e6d77fee.tar.bz2 ramaskrik-social-5f1b9f03525706a45c202b70912f7ff2e6d77fee.zip |
Use askama for templates.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 9 |
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> |