{{#if (ne this.created_at null)}}
written
{{>span_date date_time=this.created_at}}
{{/if}} {{#if (ne this.modified_at null)}}
last modified
{{>span_date date_time=this.modified_at}}
{{/if}} {{#if (gt (len this.tags) 0)}}
tags
{{#each this.tags}} {{this}} {{/each}}
{{/if}}