From ff6465a64a2da6a2ce144a9bb641d6929a001142 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Mar 2021 11:55:10 +0100 Subject: [PATCH] remove useless template --- templates/foo/index.html.twig | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/foo/index.html.twig diff --git a/templates/foo/index.html.twig b/templates/foo/index.html.twig deleted file mode 100644 index ab0a8e9..0000000 --- a/templates/foo/index.html.twig +++ /dev/null @@ -1,20 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block title %}Hello FooController!{% endblock %} - -{% block body %} - - -
-

Hello {{ controller_name }}! ✅

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