winutil/overrides/main.html
2024-07-12 18:19:28 +01:00

8 lines
245 B
HTML

{% extends "base.html" %}
{% block header %}
{{ super() }}
<div style="color: white; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> This documentation is still in working progress.
</div>
{% endblock %}