aboutsummaryrefslogtreecommitdiff
path: root/src/pydrilla/templates/index.html
blob: 5f5b319da40cfc20eab3cb480b3692a54f351158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{# SPDX-License-Identifier: CC-BY-NC-SA-4.0

HTML index page template.

This file is part of Hydrilla

Copyright (C) 2021 Wojtek Kosior

This file is free cultural work: you can redistribute it with or
without modification under the terms of the Creative Commons
Attribution Share Alike 4.0 International as published by the
Creative Commons Corporation.

This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Creative Commons Attribution Share Alike 4.0 International
License for more details.


I, Wojtek Kosior, thereby promise not to sue for violation of this
file's license. Although I request that you do not make use this code
in a proprietary program, I am not going to enforce this in court.
#}

{% extends 'base.html' %}
{% block body %}
  {{ super() }}
  <h2>{{ _('hydrilla_welcome') }}</h2>
{% endblock %}