summaryrefslogtreecommitdiffstats
path: root/templates/tree.md
blob: 53644bc6f3d5e9bf76495671e34bb69079a33acf (plain)
1
2
3
4
5
6
7
8
9
10
{% include '_head.md' %}

{% if entries %}
| Name | Last modified |
|------|---------------|
{%- for entry in entries %}
| [{{ entry.name }}](/{{ subdir }}/{{ entry.file_name}}) | {% if entry.modified %} {{ entry.modified.strftime('%Y-%m-%d %H:%M:%S') }} {% endif %} |{% endfor %}
{% else %}
No files.
{% endif %}