ptth/ptth_handlebars/file_server_dir.html

11 lines
204 B
HTML

<ul>
<li><a href="https://example.com">..</a></li>
{{#each entries}}
<li>
<a href="{{this.encoded_file_name}}{{this.trailing_slash}}">
{{this.file_name}}{{this.trailing_slash}}
</a>
</li>
{{/each}}
</ul>