{#if gift_type === 'giftreceived'}
{chat.data.comment}
{:else}
{author_name}
{#if chat.service === 'youtube' && chat.data.isModerator}
{/if}
{#if is_youtube_gift && gift_type === 'supersticker'}
{@html chat.data.comment}
{:else}
{@html chat.data.comment}
{/if}
{/if}