-
Hello {{ controller_name }}! ✅
-
- This friendly message is coming from:
-
-
-{% endblock %}
-", "test/index.html.twig", "/var/www/symfony/templates/test/index.html.twig");
- }
-}
diff --git a/visualizer/var/cache/dev/twig/62/62136d1c69d84dd049cef6d36eb9e433da7d4440b28da0f94d121205dc1d0be3.php b/visualizer/var/cache/dev/twig/62/62136d1c69d84dd049cef6d36eb9e433da7d4440b28da0f94d121205dc1d0be3.php
deleted file mode 100644
index 663492b..0000000
--- a/visualizer/var/cache/dev/twig/62/62136d1c69d84dd049cef6d36eb9e433da7d4440b28da0f94d121205dc1d0be3.php
+++ /dev/null
@@ -1,141 +0,0 @@
-source = $this->getSourceContext();
-
- $this->blocks = [
- 'title' => [$this, 'block_title'],
- 'body' => [$this, 'block_body'],
- ];
- }
-
- protected function doGetParent(array $context)
- {
- // line 1
- return "base.html.twig";
- }
-
- protected function doDisplay(array $context, array $blocks = [])
- {
- $macros = $this->macros;
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "main/index.html.twig"));
-
- $this->parent = $this->loadTemplate("base.html.twig", "main/index.html.twig", 1);
- $this->parent->display($context, array_merge($this->blocks, $blocks));
-
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-
- }
-
- // line 3
- public function block_title($context, array $blocks = [])
- {
- $macros = $this->macros;
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
-
- echo "Hello MainController!";
-
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
-
- }
-
- // line 5
- public function block_body($context, array $blocks = [])
- {
- $macros = $this->macros;
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
- $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
-
- // line 6
- echo "
-
-