winutil/overrides/main.html

8 lines
245 B
HTML
Raw Normal View History

2024-07-12 12:19:28 -05:00
{% 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 %}