From bca12e54837fbcee86a637d32413560199f03089 Mon Sep 17 00:00:00 2001 From: jank1619 Date: Sat, 21 Dec 2024 13:18:10 +0000 Subject: [PATCH] center files table Reviewed-on: https://git.simonis.lol/sites/file-explorer/pulls/11 Co-authored-by: jank1619 Co-committed-by: jank1619 --- templates/home.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/home.html.twig b/templates/home.html.twig index f450b25..a84c679 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -3,7 +3,7 @@ {% block title %}Home{% endblock %} {% block body %} -
+
{% include '_partials/_table.html.twig' %}
-{% endblock %} \ No newline at end of file +{% endblock %} -- 2.47.2