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



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


Comments

{% if comments %} {% for comment in comments %} {{ comment.text }} {% endfor %} {% else %}

No comments yet.

{% endif %} {% endif %}
{% endblock %}