{# app/templates/vendor/content-page-edit.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/alerts.html' import loading_state, error_state, alert_dynamic %} {% from 'shared/macros/headers.html' import back_button %} {% from 'shared/macros/inputs.html' import number_stepper %} {% block title %}{% if page_id %}Edit{% else %}Create{% endif %} Content Page{% endblock %} {% block alpine_data %}vendorContentPageEditor({{ page_id if page_id else 'null' }}){% endblock %} {% block content %} {# Dynamic title/subtitle and save button text based on create vs edit mode #}
Create a new custom page for your shop Customize this platform default page Edit your custom page
You're customizing the "" page. Your version will be shown to customers instead of the platform default.