{% extends 'frame/decorated.html' %} {% block header %}

httpaste - Paste - Conditioner

Preview and conditon an existing paste

{% endblock %} {% block content %} {% if query['preview'] %} Preview {% else %}

Preview is disabled.
This probably happened because the paste is set to expire after read.
You can still proceed to condition the paste URL.

{% endif %} {% include 'container/get_paste_form.html' %}
URLs
Formatted
{{paste_url}}
Raw
{{raw_paste_url}}
{% endblock %}