9 lines
169 B
HTML
9 lines
169 B
HTML
{% extends "base.tera.html" %}
|
|
|
|
{% block content %}
|
|
<h2 class="h2 text-center">{{ page.title }}</h2>
|
|
|
|
<br>
|
|
|
|
{{ page.content | safe }}
|
|
{% endblock content %}
|