clipbucket/upload/styles/cbv3/layout/blocks/groups/view_videos.html

3 lines
113 B
HTML
Raw Normal View History

{foreach $videos as $video}
{include_template_file file='blocks/groups/video.html' video=$video}
{/foreach}