Advertisement
Guest User

Untitled

a guest
Apr 8th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. {% import _self as macros %}
  2.  
  3. {% macro dispaly(arg) %}
  4. {{ arg }}
  5. {% endmacro %}
  6.  
  7. {% for arg in test %}
  8. {{ macros.display(arg) }}
  9. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement