{% 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', '/css/reactions.css'] %} {% include 'common-head.html' %} {% endwith %}
{% if not skip_header %} {% if title %}

{% if external_url %} {{ title }} {% else %} {{ title }} {% endif %}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if published or author or tags %}
{% if published or author %}
{% if author_photo %} Author photo {% endif %} {% if author_url %} {% endif %} {{ author }} {% if author_url %} {% endif %} {% endif %} {% if published %}
{% endif %} {% endif %} {% if tags %}
{% for tag in tags %} #{{ tag }} {% endfor %}
{% endif %}
{% endif %} {% if image %}
.
{% endif %}
{% endif %} {{ content | safe }} {% if not skip_html_head %}
{% with utils=utils %} {% include 'reactions.html' %} {% endwith %}
{% include 'footer.html' %} {% include 'common-tail.html' %} {% endif %}