2022-01-25 08:08:31 -05:00
|
|
|
{layout '../layouts/default.latte'}
|
2022-01-17 15:11:40 -05:00
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block header}
|
2022-02-16 09:20:35 -05:00
|
|
|
<p class="title">{$feed->info->detail->music->title}</p>
|
|
|
|
<p class="subtitle">{$feed->info->detail->music->desc}</p>
|
|
|
|
<p>Videos: {number($feed->info->detail->stats->videoCount)}</p>
|
2022-01-25 08:08:31 -05:00
|
|
|
{/block}
|
2022-01-17 15:11:40 -05:00
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block content}
|
|
|
|
{include '../components/feed.latte'}
|
|
|
|
{/block}
|