{% extends 'shared/core/base.html' %} {% load static %} {% block head %} {% endblock head %} {% block content %}
Author
{{ journal.owner.first_name }} {{ journal.owner.last_name }}
Bio
{{ journal_holder_profile.bio|linebreaksbr }}
Journal
{{ journal.name }}
Journal Entries
{{ journal.entries.all|length }}
Journal Streak
0 days
Posted on {{ entry.created_at|date:"F j, Y" }}
{{ entry.body|linebreaksbr }}