{% extends 'base.html' %} {% block title %}file {{ file.get_original_filename }}{% endblock %} {% block content %}

{{ file }}

{{ token.token }}

{% url 'files:file_download' file.short_id token.token %}

{% endblock %}