{% if s.understanding %}
{% for r in s.understanding %}
{{ r.tag }} {{ r.name }}{% if r.thin %}partial{% endif %} {{ r.pillar }}
{% endfor %}

what we know · what we are assuming · open question · partial = stated but thinly covered

{% else %}

Nothing captured yet — run discovery.

{% endif %}