{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
{% block layout_head_includes %}
{% sw_include '@Storefront/storefront/rhweb-custom/snippets/rhweb-background-images.html.twig' %}
{% endblock %}
{% block layout_head_stylesheet_custom_css %}
{% if theme_config('rhweb-custom-css') %}
<style>
{{ theme_config('rhweb-custom-css') | raw }}
</style>
{% endif %}
{% endblock %}
{% endblock %}
{% block layout_head_meta_tags %}
{{ parent() }}
{% block layout_head_custom_head %}
{% if theme_config('rhweb-custom-head') %}
{{ theme_config('rhweb-custom-head') | raw }}
{% endif %}
{% endblock %}
{% endblock %}
{% block layout_head_javascript_tracking %}
{{ parent() }}
{% endblock %}