{{ if shotMedia }}
    {{@ shotMedia }}<br>
{{ /if }}

{{ if description.length }}
    {{@ description.html() }}<br>
{{ /if }}

{{ if shotData.likesCount }}
    {{ shotData.likesCount }} likes<br>
{{ /if }}

{{ if shotData.savesCount }}
    {{ shotData.savesCount }} saves
{{ /if }}
