{# myapp/templates/macros.html #} {% macro nav_link(endpoint, text) %} {% if request.endpoint is not none %} {% if request.endpoint.endswith(endpoint) %} {{ text }} {% else %} {{ text }} {% endif %} {% else %} {{ text }} {% endif %} {% endmacro %} {% macro render_field(field) %}