Escape values to input fields (and some 'title' and 'alt')
This commit is contained in:
parent
e051da8203
commit
9d3fb417c2
64 changed files with 209 additions and 186 deletions
4
view/templates/files.tpl
Normal file
4
view/templates/files.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{foreach $items as $item }}
|
||||
<p>{{$item.title}} ({{$item.mime}}) ({{$item.filename}})</p>
|
||||
{{/foreach}}
|
||||
{{include "paginate.tpl"}}
|
Loading…
Add table
Add a link
Reference in a new issue