mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-04 15:14:42 +01:00
5 lines
78 B
HTML
5 lines
78 B
HTML
|
{% extends "layout.html" %}
|
||
|
{% block body %}
|
||
|
{{ output|safe }}
|
||
|
{% endblock %}
|