{% extends "base.html" %} {% block title %}{{ ctx.entry_name }} - {{ ctx.site_title }}{% endblock %} {% block og_title %}{{ ctx.entry_name }} - {{ ctx.site_title }}{% endblock %} {% block content %}

{{ ctx.entry_name }}

Subtitle format:
{% for group in ctx.file_ext_groups %}
{% if group.files %}
wget
{{ group.wget_command }}
{% for file in group.files %} {% endfor %}
# Name Size Last modified
{{ loop.index }} {{ file.path.relative_to(ctx.entry.path_to_dir) }} {{ file.st_size | size_bytes_to_human }} {{ file.last_modified | strftime("%d %b %Y %H:%M:%S") }}
{% else %}

Nothing to show.

{% endif %}
{% endfor %}
{% endblock %}