mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
7 lines
102 B
Smarty
7 lines
102 B
Smarty
|
|
|
|
{foreach $list as $item}
|
|
<ul>
|
|
<li>{$item#index}: {$item.index}</li>
|
|
</ul>
|
|
{/foreach} |