{% extends "base.htm" %} {% block title %}New paste{% endblock %} {% block content %}
{% include 'edit-file.htm' with {'file': file[1], 'fileid': 1} %}
{% endblock %}