aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/web_ui_base.html.jinja
blob: 0d5d582a710637f1ac9cfb3fe2b8d94c0e46016a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{#
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 %}