From 9e5b5488a3dd3df83940fff68d0bdb890b37666e Mon Sep 17 00:00:00 2001 From: Craig Egan Date: Thu, 30 Jan 2025 16:15:24 -0600 Subject: [PATCH] 6th time is the charm? --- TUTORIALS/AdvancedJinja2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TUTORIALS/AdvancedJinja2.md b/TUTORIALS/AdvancedJinja2.md index bba3b2d0..cbc5d21b 100644 --- a/TUTORIALS/AdvancedJinja2.md +++ b/TUTORIALS/AdvancedJinja2.md @@ -83,7 +83,7 @@ It is also possible to create objects which can then be referenced through simil We then build a loop stucture to deploy the Vlans and perhaps build that into a macro for deployment. -[//]: # ({% raw %}) + ```j2 {% macro configure_vlans(vlanpairs) %} {% for vlanpair in vlanpairs %} @@ -266,7 +266,7 @@ Explained here... {% endif %} {% endfor %} ``` -[//]: # ({% endraw %}) + ### Working with port counts within Catalyst 9k