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 ++++++++++++++++++ templates/view.html | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 templates/full.html (limited to 'templates') 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 %} + + diff --git a/templates/view.html b/templates/view.html index 0a20a62..a1d00a7 100644 --- a/templates/view.html +++ b/templates/view.html @@ -13,6 +13,8 @@ {% if rendered %} -- cgit v1.2.3