From 9b8832902cc1a51b5c6e2e0890c576372a60e5e1 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 10 Mar 2021 16:13:52 +0100 Subject: Initial commit --- resources/views/root.twig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/views/root.twig (limited to 'resources/views/root.twig') diff --git a/resources/views/root.twig b/resources/views/root.twig new file mode 100644 index 0000000..3075eba --- /dev/null +++ b/resources/views/root.twig @@ -0,0 +1,17 @@ + + + + + + + + {% block meta %}{% endblock %} + {{ function('wp_head') }} + {% block css %}{% endblock %} + + +{% block body %}{% endblock %} +{{ function('wp_footer') }} +{% block js %}{% endblock %} + + -- cgit v1.2.3