{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

{{ page_title }}

当前店铺:{{ merchant_ctx.shop_name }}
{% set selected_category = form_data.get('category_id') if form_data else ((product.category_id|string) if product and product.category_id else '') %}
这里直接编辑正式商品说明。工具栏支持标题、字号、加粗、列表、引用、代码块、对齐和图片上传。
{% if product and product.cover_url %} 当前主图 {% endif %}