From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- templates/lecture.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/lecture.html (limited to 'templates/lecture.html') diff --git a/templates/lecture.html b/templates/lecture.html new file mode 100644 index 0000000..284040e --- /dev/null +++ b/templates/lecture.html @@ -0,0 +1,20 @@ +{% extends "layout.html" %} +{% block title %}{{ this.title }}{% endblock %} +{% block body %} +
+
+
+

{{ bag('translation', this.alt, 'lecture') }}

+ +

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

+

{{ bag('translation', this.alt, 'date') }}: {{ this.date }}

+

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

+

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

+

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

+

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

+

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

+ {{ this.info }} +
+
+
+{% endblock %} -- cgit v1.2.3