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