{{#each vm.hours}}
{{/each}}
{{#each vm.events}} {{ renderComponent this }} {{/each}}
{{#if vm.title}} {{ vm.title }} {{else}} Simple Item {{/if}}
{{#if vm.location}} {{ vm.location }} {{else}} Simple Locaiton {{/if}} {{ vm.start }} - {{ vm.end }}
{{#each vm.ticks}} {{#ifEven @index}}
{{timelineHour @index}}
{{else}}
{{timelineHourMinute @index}}
{{/ifEven}} {{/each}}
Calendar
{{ renderComponent vm.timeline }} {{ renderComponent vm.eventList }}