{% extends "base.html" %} {% block title %}View Draft: {{ draft.title }} - PoliSage{% endblock %} {% block content %}
Last updated: {{ draft.last_updated.strftime("%Y-%m-%d %H:%M") }} by {{ draft.author.username if draft.author else "N/A" }}
{{ draft.content }}
{% else %}
No content added yet.
{% endif %}