9 lines
269 B
HTML
9 lines
269 B
HTML
{% extends "base.html" %} {% block content %}
|
|
|
|
<section class="section">
|
|
<div class="content container is-desktop">
|
|
<h1 class="title is-2">{{ page.title }}</h1>
|
|
<hr />
|
|
{{- page.content | safe -}} {% endblock content %}
|
|
</div>
|
|
</section>
|