1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-11-14 19:34:42 +01:00
bird-lg/bird_lg/templates/index.html
2016-10-09 08:08:10 +02:00

5 lines
78 B
HTML

{% extends "layout.html" %}
{% block body %}
{{ output|safe }}
{% endblock %}