{% 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' %}
{% include 'edit-add-button.htm' %}
{% include 'fork-remote-new.htm' %} {% endblock %} {% block sidebar %} {% if recents.results %}

Recently updated

{% endif %} {% endblock %}