{%- set post = doc -%}
{{ post.category.title }}

{{ post.title }}

{{ 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 %}
{% if post.cover_image %} {{post.title}} - Cover Image {% endif %}