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

{{ title }}

{% if description %}

{{ description }}

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