aboutsummaryrefslogtreecommitdiff
{#
SPDX-License-Identifier: CC0-1.0

Proxy web UI base page template.

This file is part of Hydrilla&Haketilo.

Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>

Available under the terms of Creative Commons Zero v1.0 Universal.
#}
{% extends "base.html.jinja" %}

{% block head %}
  {{ super() }}

  <title>
    {% block title required %}{% endblock %}
    -
    {{ _('web_ui.base.title.haketilo_proxy') }}
  </title>
{% endblock head %}