{% extends 'base.html' %} {% load cache staticfiles %} {% block css %} {% if theme_path %} {% endif %} {% endblock %} {% block controls %} {% if paste.modified == paste.created %} {% else %} {% endif %} {% endblock %} {% block content %} {% cache 21600 paste paste.id %}
{{ content }}{% endif %}