{% extends "base.html" %} {% block title %}{{ post.subject }} (ANSI) — {{ config.BBS_NAME }}{% endblock %} {% block content %}

{{ post.subject }}

by {{ post.author.username }} on {{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
Back to text view
{{ rendered | safe }}
{% endblock %}