blog/themes/blue-penguin-dark/templates/page.html

12 lines
256 B
HTML
Raw Permalink Normal View History

2023-09-26 20:21:53 +00:00
{% extends "base.html" %}
{% block title %}{{ SITENAME }} | {{ page.title }}{% endblock %}
{% block content %}
<div class="page">
<h1>{{ page.title }}</h1>
{{ page.content }}
</div>
{% endblock %}