mediacms/templates/base-nosidebar.html
2020-12-16 13:48:37 +02:00

5 lines
106 B
HTML

{% extends "base.html" %}
{% block beforecontent %}
{% include "components/header.html" %}
{% endblock %}