{% extends "base.html" %} {% from "_when.html" import when_field with context %} {% block title %}{{ hs.name }} ยท {{ app_name }}{% endblock %} {% block body %}

๐Ÿพ Your {{ hs.name }} โš™

โ€œ{{ hs.line }}โ€

Today's reflection {{ 'done' if hs.reflected else 'required ยท due ' ~ hs.due_hour ~ ':00' }}

{% if hs.reflection_prompt %}

{{ hs.reflection_prompt.text }}

{% endif %}

at least {{ minchars }} characters ยท +15 xp

{{ when_field('โฑ wrote this earlier? set the time') }}
โ€”

at least {{ voice_min }} seconds ยท +15 xp ยท stays on this box

Check-in {% if not hs.active %}only while locked{% elif hs.checkin.overdue %}overdue{% elif hs.checkin.due %}due now{% else %}next {{ hs.checkin.next_at|rel(now) }}{% endif %}

{% for k in score_keys %} {% endfor %} {% if hs.checkin_prompt %}

{{ hs.checkin_prompt.text }}

{% endif %} {{ when_field() }}

Mantra of the day {{ 'recited' if hs.recited else 'say it out loud' }}

{% if hs.mantra %}

{{ hs.mantra.text }}

{% endif %}
all mantras
    {% for m in mantras %}
  • {{ m.text }}
  • {% endfor %}

Affirmations

Headspace session meditation ยท hypno scripts later

โ€”
{{ when_field('โฑ sat earlier, off-app? set the time and log it') }}

xp = minutes, up to 20. The log button unlocks when the timer ends โ€” sit the whole thing. Logging an earlier session unlocks it too.

Journal

{% endblock %} {% block scripts %} {% endblock %}