Content Information
Type: {{ info.type }}
Vanity URL: {{ info.vanity }}
Created At: {{ info.created_at }}
Uploaded By: {{ info.username }}
{% if info.type == 'file' %}
Filename: {{ info.data }}
{% if info.file_size %}
File Size: {{ info.file_size }} bytes
{% endif %}
View/Embed
Download
{% elif info.type == 'url' %}
Target URL: {{ info.data }}
Visit URL
{% elif info.type == 'pastebin' %}
View Pastebin
View Raw
{% endif %}
{% if current_user.is_authenticated and current_user.username == info.username %}
{% if info.type != 'file' or not info.is_media %}
Edit
{% endif %}
{% endif %}