{% extends "interior.html" %} {% block title %}{{ object.name }} by {{ object.author }}{% endblock title %} {% block content %}
By: {{ object.author }}
Category: {{ object.category }}
{{ object.content|safe }}
Published at: {{ object.published_at|date:"m/d/Y h:i a" }}
{% endblock content %}