From 90b33d9eecf870666ea555970f64b5e0a6ee45b2 Mon Sep 17 00:00:00 2001 From: "Alex. Plokhikh" <a.plohih@iqdev.digital> Date: Mon, 15 Apr 2024 16:05:21 +0500 Subject: [PATCH] rm twig --- templates/id_search/index.html.twig | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/id_search/index.html.twig diff --git a/templates/id_search/index.html.twig b/templates/id_search/index.html.twig deleted file mode 100644 index 69a280e..0000000 --- a/templates/id_search/index.html.twig +++ /dev/null @@ -1,20 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block title %}Hello IdSearchController!{% endblock %} - -{% block body %} -<style> - .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; } - .example-wrapper code { background: #F5F5F5; padding: 2px 6px; } -</style> - -<div class="example-wrapper"> - <h1>Hello {{ controller_name }}! ✅</h1> - - This friendly message is coming from: - <ul> - <li>Your controller at <code>/home/tamanit/myProj/iqdevTranningProgram/src/Controller/IdSearchController.php</code></li> - <li>Your template at <code>/home/tamanit/myProj/iqdevTranningProgram/templates/id_search/index.html.twig</code></li> - </ul> -</div> -{% endblock %} -- GitLab