mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 09:25:01 -05:00
10 lines
184 B
HTML
10 lines
184 B
HTML
|
{% extends "!layout.html" %}
|
||
|
|
||
|
{% block header %}
|
||
|
<div class="header-wrapper">
|
||
|
<div class="header">
|
||
|
<h1>{{ shorttitle|e }}</h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% endblock %}
|