{% extends 'editor/editor.html' %} {% block css %} {{ super() }} {% endblock %} {% block javascript %} {{ super() }} {% endblock %} {% block main %} {# The form used for submitting changes #}
{% if type == 'article' %}
{% endif %} {% if type == 'file' %}

Direct link: {{ node_id }}

{% endif %} {% if type == 'query' %}
{% endif %} {% if type == 'template' %}
{% endif %} {% if type == 'topic' %}
{% endif %} {% endblock %}