From edbe7404cbc33f36816aab77cecaafd30b96c2e2 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 11 Nov 2024 12:15:58 -0500 Subject: update grid --- templates/grid.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/grid.html.twig b/templates/grid.html.twig index e5f74f1..9ead8f6 100644 --- a/templates/grid.html.twig +++ b/templates/grid.html.twig @@ -15,8 +15,9 @@
{{ page.content|raw }} +
{% for current_page in page.children %} -
+ {% include 'partials/navigation.html.twig' %}
-- cgit v1.2.3