7 lines
109 B
HTML
7 lines
109 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>{{ page.title }}</h2>
|
|
{{ page.content }}
|
|
{% endblock %}
|