{% extends "frontend/base.html" %} {% block "content" %}
Dream Entry

{{ object.timestamp }}

{{ object.title }}

{{ object.content|linebreaks }}
Mood
Themes
{% for theme in object.dreamtheme_set.all %}
{% endfor %}
Attachments
{% endblock %}