{% extends "base.html" %} {% block title %}{{ group.name }} - Post by {{ post.author.username }}{% endblock %} {% block content %}

{{ group.name }}

{{ post.author.username }}

{{ post.content|safe }}

{{ post.timestamp.strftime('%Y-%m-%d %H:%M:%S') }}

Back to Group
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}