[% SET navbar = [ { title = 'Home', url = 'index.html', }, { title = 'Topic 1', url = 'topic1.html', sub_pages = [ { title = 'Topic 1a', url = 'topic1a.html', }, ] }, ] %] #### ####