{include file="header.html" title_page="$keyword Videos" title_inner="$keyword Videos"} {include file="show_carousel.html"} {section loop=$videos name=i}

{$videos[i].title}

{$videos[i].description|truncate:200}

Tags: {foreach from=$videos[i].keywords item=tag} {$tag}  {/foreach}

{/section}

Page: {$curr_page} of {$total}

{if $prev_page}

{/if} {if $next_page}

{/if} {include file="footer.html"}