{% extends "posts/show/layout.html" %} {% load static %} {% load posts %} {% load text_filters %} {% block title %} {{ post.prefix}}: {{ post.author.full_name | rutypography }} — {{ settings.APP_NAME }} {% endblock %} {% block og_tags %} {% endblock %} {% block post %}

{{ post.prefix}}: {{ post.author.full_name | rutypography }}

{% include "posts/widgets/post_actions_line.html" %}
{% if post.metadata.badges %} {% include "badges/widgets/badges.html" with badges=post.metadata.badges %} {% endif %}
{% render_post post %}
{% endblock %}