mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
2844b0df54
* Adds all files for winutil docs * Adds and changes content * Adds more content * Added even more content to the docs * Create screen-install.png * Adds KnownIssues File * Delete createchangelog.yml * Fixes spelling
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 %} |