2
0
mirror of https://github.com/offen/website.git synced 2024-10-19 04:20:28 +02:00
website/homepage/theme/templates/auditorium.html

16 lines
247 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block brand %}
<div class="brand">
{{ super() }}
</div>
{% endblock %}
{% block content %}
<div class="content">
<div class="container-full">
{{ page.content }}
</div>
</div>
{% endblock %}