Adds and changes content

This commit is contained in:
hubster-bot
2024-07-12 18:19:28 +01:00
parent a2d4922b0f
commit a67051eebd
11 changed files with 205 additions and 19 deletions

8
overrides/main.html Normal file
View File

@ -0,0 +1,8 @@
{% 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 %}