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

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

This paste never expires. {% endif %} View raw. {% if can_delete %} Remove now (Why am I seeing this?) {% endif %} Pasted through {{ paste.src }}.

{% endblock %}