mirror of
https://github.com/sileht/bird-lg.git
synced 2025-03-31 08:34:25 +02:00
4 lines
78 B
HTML
4 lines
78 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
{{ output|safe }}
|
|
{% endblock %}
|