COMMAND DECK
TEMPLATE · EDIT
← TEMPLATES
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}
{{ template.kind | upper }} TEMPLATE
NAME
{% if template.kind == 'project' %}
DESCRIPTION
{{ template.description or '' }}
{% endif %}
{% if template.kind == 'project' %}
// BLOCKS
{% for block in template.body.blocks %}
{{ block.type | upper }}
REMOVE BLOCK
TITLE
{% if block.type == 'note' %}
CONTENT
{{ block.content or '' }}
{% else %}
ITEMS
{% for item in block['items'] %}
×
{% endfor %}
+ ADD ITEM
{% endif %}
{% else %}
No blocks yet — add one below.
{% endfor %}
+ ADD NOTE BLOCK
+ ADD CHECKLIST BLOCK
// TASKS
{% for task in template.body.tasks %}
×
{% else %}
No tasks yet — optional; add below if you want them.
{% endfor %}
+ ADD TASK
{% else %}
SPAWNED BLOCK TITLE (optional)
ITEMS
{% for item in template.body['items'] %}
×
{% else %}
No items yet — add one below.
{% endfor %}
+ ADD ITEM
{% endif %}
SAVE CHANGES
CANCEL