8 lines
183 B
HTML
8 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 %}
|