{% extends 'storefront/base.html' %} {% load i18n %} {% block content %} {% if is_preview %} {% endif %} {% if shop.description_html %}
{{ shop.description_html }}
{% endif %} {% include 'storefront/_section_tabs.html' %} {% block section_content %}{% endblock %} {% endblock %}