{% macro theme_icon(theme) %}
{% if theme == "dark" %} {% else %} {% endif %}
{% endmacro %}