{% extends "header.html" %} {% load clip_filters %} {% block content %}

Viewing clip: {{subpath}}

This clip is reserved for {{ clipboard.remaining_time }}

Content

{{ clipboard.content }}

Attached file

{% if clipboard.file %}

File: {{ clipboard.file.name|get_filename }}

Size: {{ clipboard.file.size }}

Download file {% endif %} {% endblock %}