{% extends "base.html" %} {% block content %}

From {{ post.user.name }} in /{{ post.board.name }}/

posted at {{ post.created_at }}
{% if post.reference %}
ref post: {{ post.reference.content }}
{% endif %}

{{ post.content }}


Replies:



{% if error %}

{{ error }}

{% endif %} {% endblock %}