Courses
Choose a pathway. Build verified capability.
This page is data-driven. Update data/courses.csv, then run a standard build/deploy. No template edits required for routine course updates.
Pathway
{{ cat.name }}
Overview
{% if cat.key == "psira" %}
{{ cat.description }}
Courses in this pathway: {{ cat.courses.length }}
Apply / Register
{% if cat.key == "digital" %}
Digital & Cyber
{% else %}
Branches / Contact
{% endif %}
Course list
{% if cat.courses and cat.courses.length %}-
{% for c in cat.courses %}
-
{{ c.name }}
— {{ c.duration }} · {{ c.mode }}
{% if c.blurb %}{{ c.blurb }}{% endif %}
{% endfor %}
No courses listed yet for this pathway. Add rows to data/courses.csv.
{% endif %}