{{#tabs}}
{{/tabs}}
{{_('No article details.')}}

{{_('Summary')}}

{{#partial summary-item}}
  • {{{title}}}
  • {{/partial}}
      {{#post.summary}} {{> summary-item}} {{/post.summary}}
      {{#editSummary}} {{> summary-item}} {{/editSummary}}

    {{_('Mentioned in')}}

    {{#if !post.backposts.length}}

    {{_('Nowhere.')}}

    {{/if}} {{#post.backposts}}

    {{title}}

    {{{description}}}
    {{/post.backposts}}

    {{_('Tags')}}

    {{#if emptyTags && !editMode}}

    {{_('None for the time being.')}}

    {{else}} {{#tags}} {{#if hasTags || editMode}}

    {{name}}

    {{#this.masterTags}}

    {{this.name}}

    {{#this.tags}} {{this.name}} {{/this.tags}} {{#if editMode}} {{/if}}
    {{/this.masterTags}} {{#if editMode}}
    {{/if}} {{/if}} {{/tags}} {{/if}}

    {{_('Details')}}

    {{#if post.createdDateAgo}}
    {{_('created')}} {{post.createdDateAgo}}
    {{/if}}
    {{post.views || 0}} views
    {{#if post.emojis && post.emojis.total}}
    {{post.emojis.total}} reactions
    {{#EMOJIS}} {{#if post.emojis[icon]}} {{post.emojis[icon]}} {{/if}} {{/EMOJIS}}
    {{/if}}

    {{_('Contributors')}}

    {{#if !post.contributors.length}}

    {{_('None for the time being.')}}

    {{/if}} {{#post.contributors}} {{dateAgo}} {{username}} {{/post.contributors}}