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

{{ title }}

{% if tags | length > 0 %} {% endif %}
{% if image %} {% endif %}
{% if toc | length > 0 %} {% endif %}
{{ content | safe }}
{% endblock content %}