winutil/overrides/main.html

8 lines
243 B
HTML
Raw Normal View History

2024-07-12 12:19:28 -05:00
{% extends "base.html" %}
{% block header %}
{{ super() }}
2024-07-12 13:36:44 -05:00
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
2024-07-12 12:19:28 -05:00
<strong>Announcement:</strong> This documentation is still in working progress.
</div>
{% endblock %}