{% extends "base.htm" %} {% block title %}New paste{% endblock %} {% block content %}
{% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %} {% include 'edit-add.htm' %}
{% endblock %} {% block sidebar %} {% if recents.results %}

Recently created

{% endif %} {% endblock %}