sistema_web/private-dynamic/templates/dashboard.html

7 lines
125 B
HTML
Raw Normal View History

2023-02-27 16:21:22 -03:00
{% extends "layout.html" %}
{% block content %}
2023-02-28 00:15:12 -03:00
<div class="mb-4 col-12 px-4">
{{ msg | safe}}
2023-02-27 16:21:22 -03:00
</div>
2023-02-28 00:15:12 -03:00
{% endblock content %}