{% 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. Toggle word wrap. Pasted through {{ paste.src }}. {% for file in paste.files %} {% raw file.fmt %} {{ file.raw }} Filename: {{ file.filename }}. Size: {{ file.pretty_size }}. View raw, copy, hex, or download this file. {% if handler.application.configuration.report_email %} Report this file. {% end %} {% end %} {% end %}
This paste expires on {{ paste.exp_date }}. {% else %}
This paste never expires. {% end %} {% if can_delete %} Remove now. {% end %} Repaste this paste. Toggle word wrap. Pasted through {{ paste.src }}.