From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- templates/layout.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/layout.html (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 0000000..f7bde33 --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,66 @@ + + + + + + + + + {% set img = this.attachments.images.get(this.thumbnail) %} + + + joak - {% block title %}{% endblock %} + + + +
+ + + {% block body %}{% endblock %} +
+
+
+ {{ bag('translation', this.alt, 'background' ) }}: + +
+
+ {{ bag('translation', this.alt, 'foreground' ) }}: + +
+
+ + + -- cgit v1.2.3