Files
stevenlr.com/templates/page.html
2023-10-31 23:23:51 +01:00

10 lines
126 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
{% endblock %}