{% 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 %}
{% if mentions %}
{{ mentions }}
{% endif %}
{% if ap_interactions %}
{{ ap_interactions }}
{% endif %}