{% extends "base.html" %} {% block title %}{{ action }} Log - Bullet Journal{% endblock %} {% block content %}

{{ action }}

{{ action }} Log Entry

Bullets & Insights

{% if log %} {% for item in log.items %}
{% endfor %} {% endif %}

Gratitude

Sleep

Mood

{% endblock %}