omg it works
This commit is contained in:
11
views/index.tpl
Normal file
11
views/index.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<h1>
|
||||
{{name}}
|
||||
</h1>
|
||||
|
||||
|
||||
%for i in name:
|
||||
<li>
|
||||
{{i['name']}}, state:
|
||||
{{i['state']}}
|
||||
</li>
|
||||
%end
|
||||
Reference in New Issue
Block a user