From b5504afc21e0c67ee85a5ebadd772e8bd0272897 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 11 Nov 2024 12:05:32 -0500 Subject: Create grid layout --- templates/grid.html.twig | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/grid.html.twig (limited to 'templates/grid.html.twig') diff --git a/templates/grid.html.twig b/templates/grid.html.twig new file mode 100644 index 0000000..05c1122 --- /dev/null +++ b/templates/grid.html.twig @@ -0,0 +1,37 @@ + +{% do assets.addCss('theme://css/website.css', 100) %} + + + + + + + {{ assets.css()|raw }} + {{ assets.js()|raw }} + {{ header.title|e }} - {{site.title|e}} + + + {% include 'partials/header.html.twig' %} +
+
+ {{ page.content|raw }} + + {% include 'partials/navigation.html.twig' %} +
+
+ + + \ No newline at end of file -- cgit v1.2.3