{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_title %}
{{ parent() }}
{% if shopware.config.Alm6FontAwesome.config.almFontAwesomePro is empty %}
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
{% else %}
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.1/css/all.css" integrity="{{ shopware.config.Alm6FontAwesome.config.almFontAwesomePro }}" crossorigin="anonymous">
{% endif %}
{% endblock %}