{% set _seclink = { 'items': ('items.list', 'items'), 'sprints': ('sprints.list', 'sprints'), 'plans': ('plans.list', 'plans'), 'changelog': ('changelog.list', 'changelog'), 'decisions': ('decisions.list', 'decisions'), 'handoffs': ('handoffs.list', 'handoffs'), 'analytics': ('analytics.dashboard', 'analytics'), } %}
dct
{% if current_slug %}
/
{{ current_slug }}
{% endif %} {% if current_slug and current_section in _seclink %}
/
{{ _seclink[current_section][1] }}
{% endif %} {% block crumb_leaf %}{% endblock %}
live
☀
☾
{% block content %}{% endblock %}