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

You cannot see this post

{% else %}

{{ post.title }}

{{ post.text }}

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



Payments

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

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 %}

Comments

{% if comments %} {% for comment in comments %}

#{{ comment.id }} - {{ comment.commenter.username }} - {{ comment.comment }}

{% endfor %} {% else %}

No comments yet.

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