blog/themes/eule/templates/page.html
2017-07-05 15:36:01 +02:00

10 lines
164 B
HTML

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