diff --git a/templates/methodology.html b/templates/methodology.html index 6a65b5b..d389485 100644 --- a/templates/methodology.html +++ b/templates/methodology.html @@ -2,30 +2,30 @@ {% block content %}

Methodology

- -{% for section in content %} +
-

{{ section.title }}

- {% if section.description %} -

{{ section.description }}

- {% endif %} - {% if section.link %} - Explore {{ section.title }} - {% endif %} - {% if section.content %} -
-
{{ section.content }}
+ {% for section in content %} + {% if section.title == "Baseline" or section.title == "MITRE TIE" %} +
+

{{ section.title }}

+

{{ section.description }}

+ Explore {{ section.title }}
- {% endif %} - {% if section.resources %} -

Resources

- - {% endif %} + {% endif %} + {% endfor %}
+

-{% endfor %} + + +

Incident Response Investigation Funnel

+ + + {% endblock %}