{% extends "posts/show/layout.html" %}
{% load static %}
{% load posts %}
{% load text_filters %}
{% block post %}
{% block post_upvote %}
{% endblock %}
{% block post_header %}
{% endblock %}
{% block post_text %}
{% endblock %}
{% block post_footer %}
{% endblock %}
{% if me and me.is_active_membership and collectible_tag %}
{% include "posts/widgets/collectible_tag.html" %}
{% endif %}
{% endblock %}