{#- Knowledge & skills profile, driven by `criteria.skills` in data/criteria.yaml. Each column is a heading + a list of skill chips. Inline HTML in items (e.g. , &) passes through. -#} {%- set sk = criteria.skills -%}

{{ sk.caption }}

{%- for col in sk.columns %}

{{ col.heading | mdinline }}

{%- for item in col['items'] %} {{ item | mdinline }} {%- endfor %}
{%- endfor %}