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

{% endif %}
{% endblock %}