{%- for stylesheet in stylesheets %} {%- endfor %} {%- for script in scripts %} {%- endfor %}

{% for b in breadcrumbs %} {%- if not loop.last -%} {%- else -%} {%- endif -%} {%- if b.name == "/" -%}▴{%- else -%}{{b.name|filename2title}}{%endif%} {%- if not loop.last -%} /{%- else -%} {%endif%} {% endfor %}

{% if description %}{{description|markdown|add_attribute_to_links("property", "hasTag")}}{% endif %}
{% set colcount = 5 %} {% with items=contents %} {% if 'pages' in allkeys %}{% set colcount=colcount+1 %}{% endif %} {# {% if 'title' in allkeys %}{% set colcount=colcount+1 %}{% endif %} #} {# {% if 'author' in allkeys %}{% set colcount=colcount+1 %}{% endif %} #} {% if 'duration' in allkeys %}{% set colcount=colcount+1 %}{% endif %} {% for i in items %} {% if i.type != 'file' %} {% set d = i %} {% if 'pages' in allkeys %}{% endif %} {# {% if 'title' in allkeys %}{% endif %} #} {# {% if 'author' in allkeys %}{% endif %} #} {% if 'duration' in allkeys %}{% endif %} {% else %} {% set f = i %} {% if f.play %} {% set play_link = f.play %} {%else%} {% set play_link = f.id %} {% endif %} {% if 'pages' in allkeys %}{% endif %} {# {% if 'author' in allkeys %}{% endif %} #} {% if 'duration' in allkeys %}{% if f.duration %}{% else %}{%endif%}{% endif %} {% if f.description %} {% else %} {%endif%} {% endif %} {% endfor %} {% if 'pages' in allkeys %}{% endif %} {% if 'title' in allkeys %}{% endif %} {% if 'author' in allkeys %}{% endif %} {% if 'duration' in allkeys %}{% endif %}
  Name Last modified SizePagesTitleAuthorDurationDescription

📁 {{d.filename}}/ {% if d.last_modification %}{{d.last_modification|strftime}}{%else%}—{%endif%} {{d.total_bytes|filesizeformat}}{{d.total_files}} file{% if d.total_files != 1 %}s{% endif %}{% if d.total_folders > 1 %}, {{d.total_folders-1}} subfolder{% if d.total_folders-1!=1%}s{%endif%}{% endif %}
{% if f.thumbnail and not f.mediatype == "audio" %} [FILE] {% elif f.mediatype == "image" %} 🖼️ {% elif f.mediatype == "video" %} 🎞️ {% elif f.mediatype == "audio" %} 🔊 {% else %} 🗋 {% endif %} {% if f.thumbnail %} {% endif %} {{f.filename|wbr_}} {% if f.play %}{% endif %} {% if f.mediatype == "pdf" %} {% elif f.mediatype == "video" %} {% elif f.mediatype == "audio" %} {% elif f.mediatype == "image" %} {% endif %} {% if f.ext %}{% endif %} {% if f.poster %} {% endif %} {{f.mtime|strftime}} {{f.size|filesizeformat}}{% if f.pages %}{{f.pages}}{% else %}—{%endif%}{% if f.author %}{{f.author}}{% else %}—{%endif%}{{f.duration|timecode(fract=False)}}{{f.description|markdown|add_attribute_to_links("property", "hasTag")}}

  {{total_files}} file{% if total_files != 1 %}s{%endif%}{% if total_folders %}, {{total_folders}} folder{% if total_folders != 1 %}s{%endif%}{%endif%} {% if 'play' in allkeys %}(original: ↵){%endif%} {% if last_modification%}{{last_modification|strftime}}{%else %} {%endif%} {{total_bytes|filesizeformat}}     
{% endwith %}