{{ if i.content }}

{{ i.content }}

{{ /if }} {{ if i.attachments }} {{ each i.attachments a }} {{ /each }} {{ /if }} {{ if i.embeds }} {{ each i.embeds e }} {{ if e.type === 'image' }} {{ else if e.type === 'link' }} {{ if e.thumbnail }} {{ /if }} {{ e.title }}{{ if e.description }}

{{ e.description }}

{{ /if }} {{ /if }} {{ /each }} {{ /if }}