1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-21 21:44:51 +02:00
doorlockd-mirror/doorlockd-new/templates/layout.html
Ralf Ramsauer eeafa6350f Reimplement doorlockd in python
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-03-18 15:49:32 +01:00

12 lines
256 B
HTML

{%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 %}