{layout '../layouts/hero.latte'} {block content} {do $item = $feed->items[0]}

Video by {$feed->info->detail->uniqueId}

{$item->desc}

{include '../components/themes/common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}
{include '../components/themes/common/share.latte', uniqueId: $feed->info->detail->uniqueId, id: $item->id} {include '../components/themes/common/download.latte', playAddr: $item->video->playAddr, id: $item->id, uniqueId: $feed->info->detail->uniqueId}

{$item->music->title}

{/block}