{% extends "base.html" %} {% block title %}{{ post.title }} - Discussions{% endblock %} {% block content %}
by {{ post.author.nickname }} • {{ post.created_at.strftime('%B %d, %Y') }}
{{ post.created_at.strftime('%B %d, %Y at %I:%M %p') }}
{{ room.description }}
{% endif %}