{{#each sections}}

{{name}}

{{#if articles}}
    {{#each articles}}
  • {{#if promoted}} {{/if}} {{title}} {{#if internal}} {{/if}}
  • {{/each}}
{{#if more_articles}} {{t 'show_all_articles' count=article_count}} {{/if}} {{/if}}
{{else}} {{t 'empty'}} {{/each}}