{% for tactic in site.tactics %} {% endfor %} {{tactic.title}} {%for technique in site.techniques %} {%if technique.parent == tactic.id %} {{technique.title}} {%for subtechnique in site.subtechniques %} {%if subtechnique.parent == technique.id %} {{subtechnique.title}} {% endif %} {% endfor %} {% endif %} {% endfor %}