{%- set post = doc -%}
{{ 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 %}