{% extends 'page.dt' %} {% load conversions %} {% block content %}
{{ post.author|default_if_none:'Staff' }} {% time_since object.publish_date as elapsed_time %} {% if elapsed_time %} • {{elapsed_time}} ago{% endif %}
{{ object.content | markdown_to_html | safe }}