winutil/overrides/main.html
2024-10-29 17:27:31 -05:00

14 lines
535 B
HTML

{% extends "base.html" %}
{% block header %}
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.
<strong>Announcement:</strong> We are currently reworking the docs to use Hugo rather then mkdocs.
</div>
{% endblock %}
{% block footer %}
{# Empty block to override the footer #}
{% endblock %}