5 lines
76 B
HTML
5 lines
76 B
HTML
{% extends "page.html" %}
|
|
{% block body %}
|
|
{{ this.body }}
|
|
{% endblock %}
|