{% import 'macro.html' as macro %} {% from 'macro.html' import hello as _hello, strftime %}

{{ macro.hello('world') }}

{{ strftime(time) }}