archive
/
static-share
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
static-share/templates/file.html

9 lines
183 B
HTML

{% extends 'base.html' %}
{% block title %}file {{ file.get_original_filename }}{% endblock %}
{% block content %}
<h1>{{ file }}</h1>
<h1>{{ token.token }}</h1>
{% endblock %}