@extends('theme.'.env('THEME').'.peertube') @section('content')
@include('theme.'.env('THEME').'.component.peertube.parts.c.head') @include('theme.'.env('THEME').'.component.peertube.parts.c.links') @include('theme.'.env('THEME').'.component.peertube.parts.c.'.($res['cat'] == 'video-playlists' ? 'playlists' : 'videos'))
@endsection