From 63fcf6253739325134ca240b30ed354239fccd0c Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 01:37:55 -0500 Subject: [PATCH] Upload files to "templates" --- templates/rule_creation.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/templates/rule_creation.html b/templates/rule_creation.html index 9b34626..ad5ae10 100644 --- a/templates/rule_creation.html +++ b/templates/rule_creation.html @@ -1,5 +1,18 @@ {% extends "base.html" %} {% block content %} -

Rule Creation

-

Track and manage your custom detection and prevention rules here.

+

Rule Creation Resources

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

{{ section.title }}

+

{{ section.content }}

+ +
+
+{% endfor %} + {% endblock %}