{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_body %}
{% set ultrastyleeditor = config('UltraStyler.config') %}
{% if ultrastyleeditor.active %}
{% if ultrastyleeditor.activejquery %}
<script>{{ ultrastyleeditor.myjquery|raw }}</script>
{% endif %}
{% if ultrastyleeditor.activescriptbody %}
{{ ultrastyleeditor.myjavatagsbody|raw }}
{% endif %}
{% endif %}
{{ parent() }}
{% endblock %}