$for(list)$

$it.title$ →

$if(it.omitted)$$it.omitted$ more$endif$
$if(it.content)$ $it.content$ $endif$
$if(it.grid)$
$it.items:partials/grid_card()$
$else$
$it.items:partials/list_card()$
$endif$
$endfor$