{%- match variant -%}
{%- when AttachmentVariant::Image -%}
{%- when AttachmentVariant::Video { media_type } -%}
{%- when AttachmentVariant::Audio { media_type } -%}
{%- when AttachmentVariant::AudioTranscription { media_type, transcription } -%}
Folder: {{ filename }} ({{ file_size }}) Click to open
{%- when AttachmentVariant::UnknownOther { file_size } -%}Unknown attachment type: {{ embed_path }}
Download ({{ file_size }}) {%- when AttachmentVariant::Other { media_type } -%}Unable to embed {{ media_type }} attachments: {{ embed_path }}
{%- endmatch -%}