{% extends "interior.html" %} {% block title %}{{ object.name }} by {{ object.author }}{% endblock title %} {% block content %}

{{ object.name }}

By: {{ object.author }}

Category: {{ object.category }}

{{ object.content|safe }}

Published at: {{ object.published_at|date:"m/d/Y h:i a" }}

All Journals

{% endblock content %}