8 lines
80 B
Smarty
Executable file
8 lines
80 B
Smarty
Executable file
<h3>$title</h3>
|
|
|
|
<ul>
|
|
{{ for $apps as $ap }}
|
|
<li>$ap</li>
|
|
{{ endfor }}
|
|
</ul>
|