blog.notmyidea.org/mnmlist/templates/page.html

3 lines
161 B
HTML

{% extends "base.html" %}
{% block title %}{{ page.title }} - {{ super() }}{% endblock %}
{% block content %}<article>{{ page.content }}</article>{% endblock %}