{% extends "base.html" %}
{% import "macros.html" as macros %}
{% block content %}
{{ macros::test() }}
{% endblock content %}