Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 698 Bytes

File metadata and controls

25 lines (22 loc) · 698 Bytes
{% 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 %}