Added even more content to the docs

This commit is contained in:
hubster-bot
2024-07-12 20:39:06 +01:00
parent ea7f7ea875
commit ef80423bd7
8 changed files with 66 additions and 48 deletions

View File

@ -1,8 +1,12 @@
{% extends "base.html" %}
{% block header %}
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> This documentation is still in working progress.
</div>
{{ 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 #}
{% endblock %}