{#if file} {#if file.mime.startsWith("image")}
{:else}
.{file.path.split(".").pop().toLowerCase()}
{/if} {/if} {#if showFilename}
{file.path}
{/if}