{% if not skip_html_head %} {% with title=title, description=description, image=image, url=url, type='article', skip_header=skip_header or not config.header, styles=['/css/blog.css', '/css/code.css'] %} {% include 'common-head.html' %} {% endwith %}
{% if not skip_header %} {% if title %}

{{ title }}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if published or author %}
Published {% if author %} by {% if author_photo %} Author photo {% endif %} {% if author_url %} {% endif %} {{ author }} {% if author_url %} {% endif %} {% endif %} {% if published %} on
{% endif %}
{% 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' %}
{% include 'common-tail.html' %} {% endif %}