{% extends "thinks/base.html" %} {% block body_class %}thing-editor {{block.super}}{% endblock %} {% block header %} thinks

{{think.slug}}

Rename Delete Remix {% endblock header %} {% block main %}
{% if path is not None and not path.is_dir %}
{{file_form.path.as_hidden}} {{file_form.content.as_hidden}} {{content}} {% csrf_token %}
{% endif %}
{% endblock main %}