{% extends "base.html" %} {% block content %}

{{ document.title }}

{% if document.tags %}
{% for tag in document.tags %} {{ tag }} {% endfor %}
{% endif %}
{{ html_content | safe }}
{% endblock %} {% block scripts %} {% endblock %}