nixfox-reborn/templates/blog-page.html

9 lines
224 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ page.title }}
</h1>
<p class="subtitle"><strong>{{ page.date }} {{ page.taxonomies.tags }}</strong></p>
{{ page.content | safe }}
{% endblock content %}