From e5fd6ea778b2304e4117738469a164d07559c0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Thu, 17 Oct 2024 12:23:16 +0200 Subject: [PATCH] Installed twig with `composer require twig` command. --- templates/main/homepage.html.twig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/main/homepage.html.twig diff --git a/templates/main/homepage.html.twig b/templates/main/homepage.html.twig new file mode 100644 index 0000000..84e3b0a --- /dev/null +++ b/templates/main/homepage.html.twig @@ -0,0 +1,18 @@ + + + + + {% block title %}Welcome!{% endblock %} + + {% block stylesheets %} + {% endblock %} + + {% block javascripts %} + {% endblock %} + + + {% block body %}{% endblock %} + + {{ variable }} + +