{% with title=title, description=description, image=image, url=url, type='article', styles=['/css/blog.css', '/css/code.css', '/css/reactions.css'] %} {% include 'common-head.html' %} {% endwith %}
{% if reply_to %} {% endif %} {% if title %}

{{ title }}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if published or author %}
{% if author_photo %} Author photo {% endif %} {% if author_url %} {% endif %} {{ author }} {% if author_url %} {% endif %} {% if published %}
{% endif %} {% endif %}
{% if image %}
.
{% endif %}
{{ content | safe }}
{% with utils=utils %} {% include 'reactions.html' %} {% endwith %}
{% include 'footer.html' %} {% include 'common-tail.html' %}