From ed5c2bcd3422adfe72d3301f7e1a70ac7963b077 Mon Sep 17 00:00:00 2001 From: Don Richards <2738244+DonRichards@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:57:50 -0500 Subject: [PATCH] Create welcome_base.html.twig --- templates/welcome_base.html.twig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/welcome_base.html.twig diff --git a/templates/welcome_base.html.twig b/templates/welcome_base.html.twig new file mode 100644 index 00000000..043f42d1 --- /dev/null +++ b/templates/welcome_base.html.twig @@ -0,0 +1,12 @@ + + + + + {% block title %}Welcome!{% endblock %} + {% block stylesheets %}{% endblock %} + + + {% block body %}{% endblock %} + {% block javascripts %}{% endblock %} + +