From 0aaf27934d50d85a6db399f5fc2027bad2d83b61 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 3 Dec 2020 00:00:03 +0100
Subject: [PATCH] Add page title to text page

---
 templates/page_text.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/page_text.html b/templates/page_text.html
index c3624b8..66161a2 100644
--- a/templates/page_text.html
+++ b/templates/page_text.html
@@ -4,6 +4,7 @@
 <section class='page_content'>
     <div class="container">
 	{% if page %}
+	    <h1>{{ page.title }}</h1>
             {{ page.content }}
 	{% endif %}
     </div>
-- 
GitLab