proxitok/templates/views/music.latte
2022-11-26 23:51:45 +01:00

12 lines
268 B
Plaintext

{layout '../layouts/default.latte'}
{block header}
<p class="title">{$info->detail->title}</p>
<p class="subtitle">{$info->detail->desc}</p>
<p>Videos: {number($info->stats->videoCount)}</p>
{/block}
{block content}
{include '../components/feed.latte'}
{/block}