{% extends 'baykeshop/base_site.html' %} {% load i18n static baykeshop %} {% block main %} {% if spu.is_virtual %} 虚拟商品 {% endif %} {% include 'baykeshop/includes/carousel.html' with images=images %} {{ spu.name }} {% sku_template spu %} {% include 'baykeshop/shop/includes/content.html' with spu=spu %} 优品推荐 {% for spu in recommends %} {% include 'baykeshop/shop/includes/spu.html' with spu=spu %} {% endfor %} {% endblock %}