1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-21 05:24:49 +02:00
doorlockd-mirror/share/doorlockd/templates/layout.html

12 lines
256 B
HTML
Raw Normal View History

{%extends "bootstrap/base.html" %}
{% block title %}{{ title }}{% endblock %}
{%- block content %}
{{super()}}
{%- block footer %}
<br><br><br>
<footer>Ralf Ramsauer &copy; 2018 Binary Kitchen e.V.</footer>
{%- endblock footer %}
{%- endblock content %}