libvirt-front-py/views/index.tpl
2021-03-25 19:53:50 +00:00

12 lines
91 B
Smarty

<h1>
{{name}}
</h1>
%for i in name:
<li>
{{i['name']}}, state:
{{i['state']}}
</li>
%end