{include inc/top.m.html}
|
{for i in range(65 , 91)}
{:chr($i)}
{/for}
{foreach $tags $k $v}
{$v['name']}
{/foreach}
|