1 2 3 4 5 6 7
{% import "macros.html" as macros %} {% block main %} {{ macros::test() }} {% include "include-me.html" %} {% endblock main %}