{% extends "base.html.twig" %} {% block main %}
{% set favicon = settings_get('pwa.favicon') %} {% if favicon %} {% for icon in icons %}
{{ icon }}

{% endfor %} {% else %} No favicons set {% endif %}
{% endblock %}