Loading...
 
Skip to main content

{* this can be useful for debugging your template *}

{* ```
{$results|var_dump}


 \*} 
{foreach from=$results item=row}

<div class="row videoTutorials py-2"><div class="col-sm-4 videoTitle">##### {$row.videoTitle}

 <span class="videoLevel-{$row.videoLevel}">{$row.videoLevel}</span> | 
 <span class="videoRole">{$row.videoRole} {$row.author}</span>

 </div><div class="col-sm-6 videoDescription small"> {$row.description}

 </div><div class="col-sm-2 videoThumbnail"> {$row.picture}

 </div></div>{/foreach}