{foreach $feed->items as $item}

{$item->author->nickname} @{$item->author->uniqueId}

{if !empty($item->challenges)}

{include './common/tags.latte', challenges: $item->challenges}

{/if}

{$item->desc}

{include './common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}
{include './common/share.latte', uniqueId: $item->author->uniqueId, id: $item->id} {include './common/download.latte', playAddr: $item->video->playAddr, id: $item->id, uniqueId: $item->author->uniqueId}
{/foreach} {if empty($feed->items)}

No items sent by TikTok!

{/if}
{include './common/controls.latte'}