mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
12 lines
331 B
HTML
12 lines
331 B
HTML
|
{% 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 progress.
|
||
|
</div>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block footer %}
|
||
|
{# Empty block to override the footer #}
|
||
|
{% endblock %}
|