deblan.io-murph/templates/core/dashboard/index.html.twig

10 lines
290 B
Twig
Raw Normal View History

{% extends '@Core/admin/layout.html.twig' %}
2021-03-31 19:16:43 +02:00
{% block title %}Tableau de bord - {{ parent() }}{% endblock %}
2021-03-30 22:17:30 +02:00
{% block body %}
2021-03-30 22:15:29 +02:00
<div class="row">
2021-03-31 19:14:08 +02:00
<iframe src="{{ umami_url }}" class="col-12" frameborder="0" style="height: calc(100vh - 60px)"></iframe>
</div>
{% endblock %}