mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-15 07:05:51 -06:00
5 lines
105 B
HTML
5 lines
105 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block footer %}
|
||
|
{# Empty block to override the footer #}
|
||
|
{% endblock %}
|