{# app/templates/store/product-create.html #} {% extends "store/base.html" %} {% from 'shared/macros/headers.html' import detail_page_header %} {% block title %}Create Product{% endblock %} {% block alpine_data %}storeProductCreate(){% endblock %} {% block content %} {% call detail_page_header("'Create Product'", backUrl) %} Add a new product to your catalog {% endcall %}
{% endblock %} {% block extra_scripts %} {% endblock %}