{$info->detail->nickname} @{$info->detail->uniqueId} {date('M d, Y', $item->createTime)}
{if !empty($item->challenges)}{include '../components/themes/common/tags.latte', challenges: $item->challenges}
{/if}{render_desc($item->desc, $item->textExtra ?? [])|noescape}
Song: {$item->music->title}
{include '../components/themes/common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}