{% extends "posts/show/layout.html" %} {% load static %} {% load posts %} {% load text_filters %} {% block post %}
{% block post_header %}

{% if post.prefix %}{{ post.prefix }} {% endif %}{{ post.title | rutypography }}

{% include "posts/widgets/publicity_preferences.html" with post=post %} {% if post.deleted_at %} {% elif not post.is_visible %} {% endif %}
{% include "posts/widgets/post_actions_line.html" %}
{% if post.metadata.badges %}
{% include "badges/widgets/badges.html" with badges=post.metadata.badges %} {% endif %} {% if post.label %} {% endif %} {% if post.image %}
{{ post.title }}
{% endif %}
{% endblock %} {% block post_text %}
{% block post_upvote %} {% endblock %}
{% render_post post %}
{% endblock %} {% block post_footer %} {% if me and me.is_active_membership and collectible_tag %} {% include "posts/widgets/collectible_tag.html" %} {% endif %} {% endblock %}
{% endblock %}