{{#unless archived}}
{{> MessageContent}}
{{/unless}}
{{formatDayWithTime createdAt}}
{{#if showInternal}}{{/if}}
{{> Template.dynamic template=contentTemplate data=templateData}}
{{#with parent}}
{{> QuotedMessage}}
{{/with}}
{{> MessageFiles}}
{{#with message}}
{{#markdown}}{{{content}}}{{/markdown}}
{{/with}}
{{#with message}}
{{#markdown}}{{{content}}}{{/markdown}}
{{#with image}}
{{#if isGif}}
{{else}}
{{/if}}
{{/with}}
{{/with}}
{{#if files.count}}
{{_ 'files_with_count' count=files.count}}
{{/if}}
{{#unless compare contentType '===' 'log'}}
{{#if canRevoke}}
{{/if}}
{{> EditMessageButton}}
{{> PinMessageButton}}
{{#if threadCanReply thread}}
{{/if}}
{{#if compare contentType '===' 'text'}}
{{/if}}
{{/unless}}