Skip to content

Commit

Permalink
Merge pull request #391 from craigers521/master
Browse files Browse the repository at this point in the history
6th time is the charm?
  • Loading branch information
kebaldwi authored Jan 30, 2025
2 parents 9fb1508 + 9e5b548 commit 50017eb
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 50017eb

Please sign in to comment.