{{#if (and (ne this.created_at null) style.display_dates.creation)}}
written
{{>span_date dt=this.created_at df=style.date_format}}
{{/if}} {{#if (and (ne this.modified_at null) style.display_dates.modification)}}
last modified
{{>span_date dt=this.modified_at df=style.date_format}}
{{/if}} {{#if (gt (len this.tags) 0)}}
tags
{{#each this.tags}} {{this}} {{/each}}
{{/if}}