{% macro embed_post(p) %}

{{ p.title }}

Posted by @{{ p.author.username }} {% if p.parent_post %} as a comment on post “{{ p.parent_post.title }}” {% elif p.guild %} on {{ p.guild.handle() }} {% else %} on their user page {% endif %} -
{{ p.text_content | to_markdown }}
{% endmacro %}