{% 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 %}
Markdown
{{ content }}
Preview
{% endblock %}