mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-13 02:45:26 +01:00
Ralf Ramsauer
60633bbc49
We need that for package installation. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
12 lines
256 B
HTML
12 lines
256 B
HTML
{%extends "bootstrap/base.html" %}
|
|
|
|
{% block title %}{{ title }}{% endblock %}
|
|
|
|
{%- block content %}
|
|
{{super()}}
|
|
{%- block footer %}
|
|
<br><br><br>
|
|
<footer>Ralf Ramsauer © 2018 Binary Kitchen e.V.</footer>
|
|
{%- endblock footer %}
|
|
{%- endblock content %}
|