Help for this page

Select Code to Download


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