{% extends "base.html" %} {% block title %}Binary file viewer{% endblock %} {% block content %}

Viewing File: {{ filename }}

Tipo MIME: {{ mime_type }}

File Info

  • File Name: {{ filename }}
  • Size: {{ size }} bytes
  • Uploaded by: {{ owner.username }}
  • Upload Date: {{ paste.created_at.strftime('%Y-%m-%d %H:%M:%S') }}

Actions

{% if current_user.is_authenticated %} {% endif %}
Download from smartphone

Scan this code from your mobile device:

{% if 'admin' in session %} {% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block footer %} {{ super() }} {% endblock %}