Skip to content

Commit

Permalink
6th time is the charm?
Browse files Browse the repository at this point in the history
  • Loading branch information
craigers521 committed Jan 30, 2025
1 parent 9fb1508 commit 9e5b548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TUTORIALS/AdvancedJinja2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down Expand Up @@ -266,7 +266,7 @@ Explained here...
{% endif %}
{% endfor %}
```
[//]: # ({% endraw %})


### Working with port counts within Catalyst 9k

Expand Down

0 comments on commit 9e5b548

Please sign in to comment.