{# 인자를 받는 call 블록 선언하기 {% call(args) 매크로명 %} call이 받은 인자를 처리한다. {% endcall %} #} {% macro user_info(users) -%}
{{ user['user_name'] | e }}