mediacms/templates/base-nosidebar.html

5 lines
106 B
HTML
Raw Permalink Normal View History

2020-12-16 11:48:37 +00:00
{% extends "base.html" %}
{% block beforecontent %}
{% include "components/header.html" %}
{% endblock %}