{% macro render(img = null, label = "") %} {% set img = img ?? "icons/account.svg" %}
{{label}}
{% endmacro %}