{% extends 'layout.html' %} {% block js %} {% if partials %} {% endif %} {% if config.get('COLLABORATION') %} {% endif %} {% if config.get('COLLABORATION') == 'firepad' %} {% endif %} {% if config.get('COLLABORATION') == 'togetherjs' %} {% endif %} {% endblock %} {% block body %}
{% if config.get('COLLABORATION') %}
{% endif %}
{% if name in config['WIKI_LOCKED_PAGES'] %} {% else %} {% endif %}
Markdown
{{ content }}
Preview
{% endblock %}