{% with title=title or 'Platypush blog', styles=['/css/blog.css', '/css/code.css'] %} {% include 'common-head.html' %} {% endwith %}

{{ title }}

{% if description %}

{{ description }}

{% endif %} {% if published %}
Published on {{ published }}
{% endif %}
{{ content | safe }}
{% include 'common-tail.html' %}