blog/themes/blue-penguin-dark/templates/page.html
2023-09-26 16:21:53 -04:00

12 lines
256 B
HTML

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