{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_canonical %}
{% if cbaxModulLexicon %}
{% sw_include '@Storefront/storefront/layout/meta-canonical.html.twig' %}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block layout_head_meta_tags_keywords %}{% apply spaceless %}
{% if cbaxModulLexicon %}
{% sw_include '@Storefront/storefront/layout/meta-keywords.html.twig' %}
{% else %}
{{ parent() }}
{% endif %}
{% endapply %}{% endblock %}
{% block layout_head_meta_tags_description %}{% apply spaceless %}
{% if cbaxModulLexicon %}
{% sw_include '@Storefront/storefront/layout/meta-description.html.twig' %}
{% else %}
{{ parent() }}
{% endif %}
{% endapply %}{% endblock %}
{% block layout_head_title_inner %}{% apply spaceless %}
{% if cbaxModulLexicon %}
{% sw_include '@Storefront/storefront/layout/meta-title.html.twig' %}
{% else %}
{{ parent() }}
{% endif %}
{% endapply %}{% endblock %}
{% block layout_head_meta_tags_opengraph %}
{% if cbaxModulLexicon %}
{% sw_include '@Storefront/storefront/layout/meta-tags-opengraph.html.twig' %}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}