{{#each links}}
  • {{this.title}}
  • {{#if this.children}} {{> nested_navigation links=this.children current_path=../current_path}} {{/if}} {{/each}}