unplugged-system/external/walt/server/make_table.tpl

8 lines
119 B
Smarty
Raw Permalink Normal View History

<h1>Logs</h1>
<ul>
%for filename in filenames:
<li><a href={{'/logs/' + filename}}>{{filename}}</a></li>
%end
</ul>