<%def name="navigation_item(href='', title='', current=False, children=[])">
  • ${title} %if len(children): ${navigation_list(children, cls="children")} %endif
  • <%def name="navigation_list(items, cls='')">