{% extends 'base.html' %} {% block body %}
{% if type is defined %}
{{ { 'article': 'NODE', 'file': 'FILE', 'topic': 'NODE', 'query': 'QUERY', 'template': 'TEMPLATE' }[type] }} {{ node_id }}
{% if type in ['article', 'topic'] %}
Switch to: Article Properties
{% endif %} {% endif %}
{% if type is defined %} {% endif %}
{% block main %}{% endblock %}
{% endblock %}