$for(list)$
$if(it.description)$ $endif$ $if(it.grid)$
$it.items:partials/grid_card()$
$else$
$it.items:partials/list_card()$
$endif$
$endfor$