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

{{ post.title }}

{{ post.created_at }} {% if post.author_username %} ยท by {{ post.author_username }} {% endif %}

{{ post_html | safe }}
{% if current_user %} {% endif %}
โ† Back to posts {% if current_user %} {% endif %}
{% if current_user %} {% endif %} {% endblock %}