{% with title=title, 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 %}
Published {% if author %} by {% if author_email %} {% endif %} {{ author }} {% if author_email %} {% endif %} {% endif %} on {{ published }}
{% endif %} {% endif %} {% if image %}
.
{% endif %}
{{ content | safe }}
{% include 'footer.html' %}
{% include 'common-tail.html' %}