Skip to content
Snippets Groups Projects
Verified Commit 0aaf2793 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add page title to text page

parent 6f57251d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
<section class='page_content'>
<div class="container">
{% if page %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endif %}
</div>
......
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