{% extends "layout.html" %} {% block body %}
{% raw paste.fmt %}
{% end %} {% block aside %} {% if paste.exp_date %}

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

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

{% if paste.filename %}

Source: {{ paste.filename }}

{% end %} {% end %}