{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
{% if shopware.config.OttSimpleProductReviews.config.styles %}
<style type="text/css">{{ shopware.config.OttSimpleProductReviews.config.styles }}</style>
{% endif %}
{% endblock %}