{{#each (get "timeline")}}
{{title}}
{{#each items}}
{{time}}
{{name}} {{description}} {{#if action}} {{action}} {{/if}}
{{/each}}
{{/each}}