{% if envvars('ANALYTICS') == '1' %} {% if envvars('ANALYTICS_SDK') == 'cleaninsights' %} {% include 'macros/clean-insights.html' %} {% else %} {% include 'macros/matomo.html' %} {% endif %} {% endif %}