{% import "macros.html" as macros %}
{% block main %}
{{ macros::test() }}
{% include "include-me.html" %}
{% endblock main %}