winutil/overrides/main.html

12 lines
331 B
HTML
Raw Normal View History

2024-07-12 12:19:28 -05:00
{% extends "base.html" %}
{% block header %}
2024-07-12 14:39:06 -05:00
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> This documentation is still in progress.
</div>
{% endblock %}
{% block footer %}
{# Empty block to override the footer #}
2024-07-12 12:19:28 -05:00
{% endblock %}