Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% import _self as macros %}
- {% macro dispaly(arg) %}
- {{ arg }}
- {% endmacro %}
- {% for arg in test %}
- {{ macros.display(arg) }}
- {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement