{% extends "base.html" %} {% block og_type %}article{% endblock og_type %} {% block article_meta %} {% if updated %}{% endif %} {% if author %}{% endif %} {% for tag in tags %}{% endfor %} {% endblock article_meta %} {% 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 %}