2
0
mirror of https://github.com/offen/website.git synced 2025-01-26 02:20:21 +01:00
website/homepage/theme/templates/page.html

8 lines
109 B
HTML
Raw Normal View History

2019-05-30 22:17:39 +02:00
{% extends "base.html" %}
{% block brand %}
<div class="brand">
{{ super() }}
</div>
2019-05-30 22:17:39 +02:00
{% endblock %}