diff --git a/templates/views/tag.latte b/templates/views/tag.latte index 3de0384..0e0671b 100644 --- a/templates/views/tag.latte +++ b/templates/views/tag.latte @@ -14,7 +14,12 @@ {/if}
{$info->detail->title}
{include '../components/rss.latte'}
-Videos: {number($info->stats->videoCount)} / Views: {number($info->stats->viewCount)}
+Views: {number($info->stats->viewCount)}
+ {embed '../components/details.latte', title: 'Details'} + {block content} +Is commerce: {bool_to_str($info->detail->isCommerce)}
+ {/block} + {/embed} {/block} {block content}