file-explorer/templates/home.html.twig

9 lines
201 B
Twig
Raw Normal View History

2024-12-04 19:39:37 +01:00
{% extends 'base.html.twig' %}
{% block title %}Home{% endblock %}
{% block body %}
2024-12-04 22:23:28 +01:00
<center class="container mt-5">
2024-12-04 19:39:37 +01:00
{% include '_partials/_table.html.twig' %}
</center>
{% endblock %}