mat.services/templates/page.html

5 lines
116 B
HTML
Raw Normal View History

2022-08-27 18:27:41 +00:00
{% extends "base.html" %}
{% block main_content %}
{{ post_macros::content(page=page)}}
{% endblock main_content %}