blog/themes/xsfx/templates/page.html

10 lines
164 B
HTML

{% extends 'base.html' %}
{% block title %} - {{ page.title }}{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endblock %}