blog/themes/nemo/templates/page.html
2018-07-25 16:34:10 +02:00

10 lines
164 B
HTML

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