{% extends "base.html" %} {% block title %}{{ title }} — LeafDocs{% endblock %} {% block head %} {% endblock %} {% block content %}
← All documents

{{ title }}

{% if tags %}
{% for tag in tags %} {{ tag }} {% endfor %}
{% endif %}
{{ content | safe }}
{% endblock %}