Don't show "Archivos" when there's no files

This commit is contained in:
Dendy 2024-01-25 03:09:51 +01:00
parent 059bb76266
commit b4a203ec65
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@
<br /><br />
{% if files|length > 0 %}
<h3>Archivos</h3>
{% endif %}
{% for file in files %}
<a href="{{ path_join(path, file) }}">{{ file }}</a><br />