{% macro hello(name) %} Hello {{ name }}. {% endmacro %} {% do hello("friend") %}