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

Add page_text template

parent caf03ff7
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block content %}
<section class='page_content'>
<div class="container">
{% if page %}
{{ page.content }}
{% endif %}
</div>
</section>
{% endblock content %}
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