mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Docs #209 [ru]
This commit is contained in:
7
example/templates/main.tpl
Normal file
7
example/templates/main.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
{foreach $list as $item}
|
||||
<ul>
|
||||
<li>{$item#index}: {$item.index}</li>
|
||||
</ul>
|
||||
{/foreach}
|
||||
Reference in New Issue
Block a user