{% if env == "development" %} {% include 'fragments/icons-dev.html' %} {% elif env == "staging" %} {% include 'fragments/icons-staging.html' %} {% else %} {% include 'fragments/icons-prod.html' %} {% endif %} <%= htmlWebpackPlugin.tags.headTags %>
<%= htmlWebpackPlugin.tags.bodyTags %>