{layout '../layouts/default.latte'} {block header}

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

{include '../components/rss.latte'}

{$feed->info->detail->signature}

Following: {number($feed->info->stats->followingCount)} / Followers: {number($feed->info->stats->followerCount)}

Hearts: {number($feed->info->stats->heartCount)} / Videos: {$feed->info->stats->videoCount}

{/block} {block content} {include '../components/feed.latte'} {/block}