{% if not skip_header %}
{% if title %}
{% endif %}
{% if description %}
{{ description }}
{% endif %}
{% if published or author or tags %}
{% endif %}
{% if image %}
{% endif %}
{% endif %}
{{ content | safe }}
{% if not skip_html_head %}
{% with utils=utils %}
{% include 'reactions.html' %}
{% endwith %}