{{#if notes}}
{{#each notes}}
{{#each attachments}}
{{/each}}
{{#if sharedBy}}
{{else}} {{#if isPinned}}
{{else}}
{{/if}}
{{/if}}
{{{ title }}}
{{{ content }}}
{{#each sharedWith}} {{/each}}
{{#each tags}}
{{{ name }}}
{{/each}}
{{/each}}
{{else if loaded}}

{{ emptyMsg }}

{{else}}

{{loadingMsg}}

{{/if}}