a-nourishing-network/themes/basic/templates/page.html

11 lines
221 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}{{ SITENAME }} - {{ page.title|striptags }}{%endblock%}
{% block content %}
<article class="page">
<h1>{{ page.title }}</h1>
{{ page.content }}
</article>
{% endblock %}