mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-12-17 17:55:28 +00:00
5 lines
105 B
HTML
5 lines
105 B
HTML
|
|
{% extends "base.html" %}
|
||
|
|
|
||
|
|
{% block footer %}
|
||
|
|
{# Empty block to override the footer #}
|
||
|
|
{% endblock %}
|