{%- set post = doc -%}

{{ post.title }}

{% if post.cover_image %}

{{post.title}} - Cover Image

{% endif %}

{{ post.intro }}

{{ frappe.format_date(post.published_on) }} {% if post.comments %} {{ post.comments }} {% endif %}