{% extends "base.html" %} {% block title %}View Message{% endblock %} {% block content %} Secure Gotham Transmission From: {{ post.author.username if post.author else "Unknown" }} To: {{ post.recipient }} {{ post.content|safe }} {% if post.author_id == user.id %} Send Reminder to {{ post.recipient }} {% endif %} Return to Dashboard {% endblock %}
From: {{ post.author.username if post.author else "Unknown" }}
To: {{ post.recipient }}