{# SPDX-License-Identifier: CC0-1.0 Proxy web UI base page template. This file is part of Hydrilla&Haketilo. Copyright (C) 2022 Wojtek Kosior Available under the terms of Creative Commons Zero v1.0 Universal. #} {% extends "base.html.jinja" %} {% block head %} {{ super() }} {% block title required %}{% endblock %} - {{ _('web_ui.base.title.haketilo_proxy') }} {% endblock head %}