{%- set post = doc -%}

{{ post.title }}

{% if post.cover_image %}

{{post.title}} - Cover Image

{% endif %}

{{ post.intro }}

{{ post.full_name }} · {{ frappe.format_date(post.published_on) }} {% if post.comments %} · {% if post.comments == 1 %} {{ _('1 comment') }} {% else %} {{ _('{0} comments').format(post.comments) }} {% endif %} {% endif %}