mirror of
https://github.com/offen/website.git
synced 2024-11-23 01:20:29 +01:00
8 lines
109 B
HTML
8 lines
109 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block brand %}
|
|
<div class="brand">
|
|
{{ super() }}
|
|
</div>
|
|
{% endblock %}
|