This commit is contained in:
bzick
2016-04-11 20:19:31 +03:00
parent 027075d7b5
commit d6aa777fd0
9 changed files with 55 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
{foreach $list as $item}
<ul>
<li>{$item#index}: {$item.index}</li>
</ul>
{/foreach}