{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% if created %} {% endif %}
{{ entry.category.name }}

{{ entry.title }}

{{ entry.takeaway }}

Focus {{ entry.focus_score }}/10
Energy {{ entry.energy_score }}/10
Deep work {{ entry.deep_work_minutes }}m
Momentum {{ entry.momentum_score }}/10

Reflection

{{ entry.reflection|default:"No extra reflection was added for this day."|linebreaksbr }}

{% endblock %}