- or download this
$nodes = [
{
...
'id' => '1'
}
];
- or download this
[% VIEW nested %]
[% BLOCK list %]
...
[% END %]
[% nested.print(nodes) %]
- or download this
<ul>
<li>Test</li>
...
</ul>
</ul>
</ul>
- or download this
<ul>
<li>Test
...
</ul>
</li>
</ul>