{% extends 'base.html' %} {% block content %}
< Go Back {% if post.hidden %}

You cannot see this post

{% else %}

{{ post.title }}

{{ post.text }}

{% if not post.approved %} {% endif %}

Submitted by {{ post.submitter }} at {{ post.timestamp }}



Payments

Vote for this post by sending WOW to the following address:
{{ address }}

{% if qr_code %}

{% endif %}
WOW Received
{% if transfers.in %} {% else %}

No WOW received yet. Show this post some love!

{% endif %}
WOW Sent
{% if transfers.out %} {% else %}

No payouts yet.

{% endif %}
{% endif %} {# {% if "auth" in session %} {% if session.auth.preferred_username == post.submitter %}
{% endif %} {% endif %} #}
{% endblock %}