Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 676 Bytes

File metadata and controls

30 lines (25 loc) · 676 Bytes
layout layout-docs.njk
title To-do items
order 90
tags
develop

{% band header="Overview" %}

The items below represent in-code // @TODO notes we have left for ourselves to ensure updates are made later on when we have more time.

{% endband %}

{% band %}

{%- for item in todos -%} {%- endfor -%}
DescriptionLocation
{{ item.text }} {{ item.file }}:{{ item.line }}

{% endband %}