{% extends "thinks/base.html" %} {% load static %} {% block title %}{{path}} - {{think.slug}} - {{block.super}}{% endblock title %} {% block body_class %}thing-editor {{block.super}}{% endblock %} {% block scripts %} {{think_editor_data|json_script:"think-editor-data"}} {% endblock scripts %} {% block stylesheets %} {% endblock stylesheets %} {% block header %} thinks

{{think.slug}}

{% endblock header %} {% block main %} {% endblock main %}