{%- set post = doc -%}

{{ post.title }}

{% if post.cover_image %}

{{post.title}} - Cover Image

{% endif %}

{{ post.intro }}

{{ _("By") }} {{ post.full_name }} {{ frappe.format_date(post.published_on) }} {{ post.category.title }} {{ post.comment_text }}