COMMAND DECK TEMPLATE · EDIT
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}
{{ template.kind | upper }} TEMPLATE {% if template.kind == 'project' %} {% endif %}
{% if template.kind == 'project' %}
// BLOCKS
{% for block in template.body.blocks %}
{{ block.type | upper }}
{% if block.type == 'note' %} {% else %}
{% for item in block['items'] %}
{% endfor %}
{% endif %}
{% else %}
No blocks yet — add one below.
{% endfor %}
// TASKS
{% for task in template.body.tasks %}
{% else %}
No tasks yet — optional; add below if you want them.
{% endfor %}
{% else %}
{% for item in template.body['items'] %}
{% else %}
No items yet — add one below.
{% endfor %}
{% endif %}
CANCEL