【发布时间】:2021-08-25 02:39:30
【问题描述】:
我想在 django 中传递一个数组
{% include '/blocks/block-products-carousel.html' with
groups= [
{title: 'All', active: true},
{title: 'Power Tools', active: false},
{title: 'Hand Tools', active: false},
{title: 'Plumbing', active: false},
],
【问题讨论】:
-
你能说得更具体点吗?如果它与您的要求有点相似,请检查此问题stackoverflow.com/questions/739942/…
标签: arrays django django-templates