{% extends 'components/shell.html' %} {% from 'components/site_section.html' import site_section, site_section_header %} {% block scripts_extra %} {% endblock scripts_extra %} {% block content %} {% call site_section('upload') %}
{{ site_section_header(share.name) }}
{{ share.description }}
{% for file in share_files %}
  • Download {{ file['filename'] }}
  • {% endfor %}
    {% endcall %} {% endblock %}