我可以根据产品所属的类别在Product.html页面上创建 if 语句吗?像这样的东西:
{% if product.category.name == 'Shirts' %}
<div>Some Content</div>
{% endif %}
谢谢。
我可以根据产品所属的类别在Product.html页面上创建 if 语句吗?像这样的东西:
{% if product.category.name == 'Shirts' %}
<div>Some Content</div>
{% endif %}
谢谢。