2022-01-25 08:08:31 -05:00
|
|
|
{layout '../layouts/default.latte'}
|
2022-01-03 10:11:24 -05:00
|
|
|
|
2022-06-12 06:50:41 -04:00
|
|
|
{var $has_rss = true}
|
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block header}
|
2022-01-25 11:20:11 -05:00
|
|
|
<figure class="figure is-96x96">
|
2022-05-24 08:10:41 -04:00
|
|
|
<img src="{path('/stream?url=' . urlencode($data->info->detail->avatarThumb))}" />
|
2022-01-25 11:20:11 -05:00
|
|
|
</figure>
|
2022-05-24 08:10:41 -04:00
|
|
|
<p class="title">{$data->info->detail->uniqueId}</p>
|
2022-03-15 17:52:54 -04:00
|
|
|
<p class="subtitle">{include '../components/rss.latte'}</p>
|
2022-05-24 08:10:41 -04:00
|
|
|
<p>{$data->info->detail->signature}</p>
|
|
|
|
<p>Following: {number($data->info->stats->followingCount)} / Followers: {number($data->info->stats->followerCount)}</p>
|
|
|
|
<p>Hearts: {number($data->info->stats->heartCount)} / Videos: {$data->info->stats->videoCount}</p>
|
2022-01-25 08:08:31 -05:00
|
|
|
{/block}
|
2022-01-03 10:11:24 -05:00
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block content}
|
|
|
|
{include '../components/feed.latte'}
|
|
|
|
{/block}
|