{% sw_extends '@Storefront/storefront/layout/layout.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
{% endblock %}
{% block layout_head_javascript %}
{{ parent() }}
{% endblock %}
{% block layout_header %}
{% sw_include '@MyCustomTheme/storefront/layout/header/header.html.twig' %}
{% endblock %}
{% block layout_footer %}
{% sw_include '@MyCustomTheme/storefront/layout/footer/footer.html.twig' %}
{% endblock %}
{% block layout_body_classes %}
{{ parent() }}
my-custom-theme
{% endblock %}