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

{$videos[i].title}

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

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

{if $smarty.section.i.index eq "2"} {include file="banner_inner_list.html"} {/if} {sectionelse}

There is no video available for keyword {$keyword}

{/section} {if $total > 0}

Page: {$curr_page} of {$total}

{/if} {if $prev_page}

Previous Page

{/if} {if $next_page}

Next Page

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