From bae8db53e982def8a6563d33d257bdb8784cf8c3 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 10:38:36 -0500 Subject: [PATCH] Upload files to "templates" --- templates/methodology.html | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) 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 %}