Skip to content
Snippets Groups Projects
Commit 5ca4fd6a authored by chrissi^'s avatar chrissi^
Browse files

template: Add page header to RST template


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent ebbe3f6d
No related branches found
No related tags found
No related merge requests found
Pipeline #1332 passed
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
{% block content %} {% block content %}
<div class="container" > <div class="container" >
<h1>{{ content.content_title }}</h1> <div class="page-header" >
<h1>{{ content.content_title }}</h1>
</div>
{% if content.date is not none%} {% if content.date is not none%}
<p> <p>
<em>{{ content.date }}</em> <em>{{ content.date }}</em>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment