{% extends "layout.html" %} {% block body %}
{% if paste.exp_date %}

This paste expires on {{ paste.exp_date }}. {% else %}

This paste never expires. {% end %} {% if can_delete %} Remove now. {% end %} Repaste this paste. Pasted through {{ paste.src }}.

{% for file in paste.files %}
{% raw file.fmt %}
Filename: {{ file.filename }}. Size: {{ file.pretty_size }}. View raw or download this file.
{% end %}
{% end %}