aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.tera
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-08-25 19:45:34 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-08-25 19:45:34 +0200
commit6f27c2f3ac7fb75e1f4b071f84f879a447712725 (patch)
tree4d5066922d3e45877bcb37b7aaeab2242db697a7 /templates/base.html.tera
parent0ba9752b0211c9add44ffb652e99444f4b4e36f3 (diff)
downloadramaskrik-social-6f27c2f3ac7fb75e1f4b071f84f879a447712725.tar.gz
ramaskrik-social-6f27c2f3ac7fb75e1f4b071f84f879a447712725.tar.bz2
ramaskrik-social-6f27c2f3ac7fb75e1f4b071f84f879a447712725.zip
Refactor event templates and add edit form.
Diffstat (limited to 'templates/base.html.tera')
-rw-r--r--templates/base.html.tera29
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/base.html.tera b/templates/base.html.tera
new file mode 100644
index 0000000..cca4d1e
--- /dev/null
+++ b/templates/base.html.tera
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>{% block title %}{% endblock title %}Festival Schedule</title>
+ <link rel="stylesheet" href="/app.css">
+ </head>
+ <body>
+ {% block contents %}{% endblock contents %}
+ <footer>
+ <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
+ <img alt="Creative Commons-lisens" style="border-width:0" src="license.png">
+ </a>
+ <span id="copyright-text">
+ <span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
+ Festival Schedule
+ </span>
+ av
+ <a xmlns:cc="http://creativecommons.org/ns#" href="https://code.volse.no/ramaskrik-social.git/"
+ property="cc:attributionName" rel="cc:attributionURL">Harald Eilertsen</a>
+ er lisensiert under en
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
+ Creative Commons Navngivelse-DelPåSammeVilkår 4.0 Internasjonal Lisens
+ </a>.
+ </span>
+ </footer>
+ </body>
+</html>
+