summaryrefslogtreecommitdiffstats
path: root/templates/tree.md
blob: 7a891ab62c0d74c356b320014e50ae8ba005ada4 (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.name}}) | {% if entry.modified %} {{ entry.modified.strftime('%Y-%m-%d %H:%M:%S') }} {% endif %} |{% endfor %}
{% else %}
No files.
{% endif %}