From 1473de0aaa1e066bce853fc78a2ba6473a0c176e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 12 May 2017 19:10:08 +0200 Subject: Added fullscreen mode. --- templates/full.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/full.html (limited to 'templates/full.html') diff --git a/templates/full.html b/templates/full.html new file mode 100644 index 0000000..dfa0606 --- /dev/null +++ b/templates/full.html @@ -0,0 +1,18 @@ + + + + {{ title }} + + + + + +{% if rendered %} +
+{% endif %} +{{ text }} +{% if rendered %} +
+{% endif %} + + -- cgit v1.2.3