]> Untitled Git - web-gallery.git/blobdiff - navigator/app/templates/pages.html
Updated to version 1.5.0
[web-gallery.git] / navigator / app / templates / pages.html
index dee0c852ad2c838d860ae1aa52769a59a17e9292..27e02801aedc05e3212951ad5d48c24b5fab2717 100644 (file)
@@ -7,14 +7,13 @@
 </head>
 <body class="first-color">
     <div class="titlecard second-color">
 </head>
 <body class="first-color">
     <div class="titlecard second-color">
-    <h1>{{ title }}</h1>
 
 
-    {% if description %}
-    <p class="card second-color">
+    {% if header %}
+    <div class="card second-color">
     {% autoescape false %}
     {% autoescape false %}
-    {{ description }}
+    {{ header }}
     {% endautoescape %}
     {% endautoescape %}
-    </p>
+    </div>
     {% endif %}
 
     <ul class="card second-color" id="navigation">
     {% endif %}
 
     <ul class="card second-color" id="navigation">