{% from "frappe/templates/includes/avatar_macro.html" import avatar %} {%- set post = doc -%}
{% if post.cover_image %} {{post.title}} - Cover Image {% else %}
{{ post.title }}
{% endif %}
{%- if post.featured -%} {{ _('Featured') }} · {%- endif -%} {{ post.category.title }}
{%- if post.featured -%}
{{ post.title }}
{%- else -%}
{{ post.title }}
{%- endif -%}

{{ post.intro }}