{% if not skip_header %}
{% if title %}
{{ title }}
{% endif %}
{% if description %}
{{ description }}
{% endif %}
{% if published or author %}
{% endif %}
{% endif %}
{% if image %}
{% endif %}
{% endif %}
{{ content | safe }}
{% if not skip_html_head %}
{% if mentions and rendered_mentions %}
{% with mentions=mentions, rendered_mentions=rendered_mentions %}
{% include 'mentions.html' %}
{% endwith %}
{% endif %}
{% include 'footer.html' %}