{{weekday}} {{#if isToday}} {{localize "CALENDARIA.Common.Today"}} {{/if}}
{{#if fogged}}
{{localize "CALENDARIA.Chronicle.Fogged"}}
{{else}}
{{#each banners}}
{{#if isImage}} {{else}} {{/if}}
{{/each}} {{#if notes.length}}
{{#each notes}}
{{#if iconIsImage}} {{#if iconIsSvg}} {{else}} {{/if}} {{else}} {{/if}} {{name}} {{#if author}} — {{author}} {{/if}} {{#if excerpt}} {{#unless content}}

{{excerpt}}

{{/unless}} {{/if}} {{#if content}}
{{#if truncated}}
{{excerpt}}
{{/if}}
{{{content}}}
{{#if truncated}} {{/if}}
{{/if}}
{{/each}}
{{/if}} {{#if isEmpty}}
{{localize "CALENDARIA.Chronicle.EmptyDay"}}
{{/if}} {{#if canAdd}} {{/if}}
{{/if}}