From 3a423d53a8a7c128f795b5a535e537bf8a08fa00 Mon Sep 17 00:00:00 2001 From: bayard Date: Thu, 21 Nov 2024 17:04:58 +0100 Subject: [PATCH] - Show, CSS files de List,New --- templates/plat/index.html.twig | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/plat/index.html.twig diff --git a/templates/plat/index.html.twig b/templates/plat/index.html.twig deleted file mode 100644 index e2d1ec7..0000000 --- a/templates/plat/index.html.twig +++ /dev/null @@ -1,20 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block title %}Hello PlatController!{% endblock %} - -{% block body %} - - -
-

Hello {{ controller_name }}! ✅

- - This friendly message is coming from: - -
-{% endblock %}