@extends('theme.'.env('THEME').'.peertube') @section('content')

ディスカバー

@if (!empty($res['video']->categories)) @include('theme.'.env('THEME').'.component.peertube.parts.videos.categories') @endif @if (!empty($res['video']->tags)) @include('theme.'.env('THEME').'.component.peertube.parts.videos.tags') @endif @if (!empty($res['video']->channels)) @include('theme.'.env('THEME').'.component.peertube.parts.videos.channels') @endif
@include('theme.'.env('THEME').'.component.peertube.parts.common.paginate', [ 'root' => '/peertube/videos/overview' ])
@endsection