PasteBin
{% if paste.title %}
{{ paste.title }}
{% endif %}
ID:
{{ paste_id }}
Created: {{ paste.created_at[:19] | replace('T', ' ') }}
{% if paste.expires_at %}
Expires: {{ paste.expires_at[:19] | replace('T', ' ') }}
{% else %}
Never expires
{% endif %}
View Full
Download