{% if isTechniques %} {% for technology in technologies %} {%- if techniques[technology].size == 0 -%}{%- continue -%}{%- endif -%} {%- assign technologyTitle = technologyTitles[technology] -%}

{{ technologyTitle }}ยง

{% endfor %} {% elsif isUnderstanding %} {%- # See 11ty/guidelines.ts for typings -%} {% for principle in principles %}

{{ principle.name }}

{% for guideline in principle.guidelines %}

{{ guideline.num }} {{ guideline.name }}

{% endfor %}
{% endfor %}

Other Understanding documents

{% endif %}