I would like to pass an array in 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},
],