Macro changes thanks to twig 2
Created 6 years ago by edsterSo i ran into this issue today where my macros for navigation all broke.
So this is a PSA to put {% import _self as self %}
into your macros and change any _self
references in your code to self
.
Example: