aboutsummaryrefslogtreecommitdiffstats
path: root/templates/event/index.html.tera
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-08-24 23:03:01 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-08-24 23:03:01 +0200
commit94c4261d7733589a5e5616489ed3d3e9562a9e5b (patch)
treececb7ba67387674e70e138047d8d9a74fb605eb2 /templates/event/index.html.tera
parent5c092e52767e62987ef0294cde1ce40905fc5199 (diff)
downloadramaskrik-social-94c4261d7733589a5e5616489ed3d3e9562a9e5b.tar.gz
ramaskrik-social-94c4261d7733589a5e5616489ed3d3e9562a9e5b.tar.bz2
ramaskrik-social-94c4261d7733589a5e5616489ed3d3e9562a9e5b.zip
Upgrade to use Rocket 0.5.0-rc.1
Diffstat (limited to 'templates/event/index.html.tera')
-rw-r--r--templates/event/index.html.tera37
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/event/index.html.tera b/templates/event/index.html.tera
new file mode 100644
index 0000000..504e2b4
--- /dev/null
+++ b/templates/event/index.html.tera
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>{{ event.name }}</title>
+ <link rel="stylesheet" href="app.css">
+ <script type="text/javascript" src="js/app.js"></script>
+ </head>
+ <body>
+ <h1>{{ event.name }}</h1>
+
+ {% if event.description -%}
+ <p>{{ event.description }}</p>
+ {% endif -%}
+
+ <div id="program"></div>
+
+ <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">
+ {{ event.name }}
+ </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>
+</html>