5 lines
78 B
HTML
5 lines
78 B
HTML
![]() |
{% extends "layout.html" %}
|
||
|
{% block body %}
|
||
|
{{ output|safe }}
|
||
|
{% endblock %}
|