summaryrefslogtreecommitdiffstats
path: root/templates/tree.md
blob: bfc8af44da43850c5af3dabeac173c4e51ce38bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
{% include '_head.md' %}

{% include '_nav.md' %}

{% if entries %}
{% include '_breadcrumbs.md' %}

| 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 %}