diff --git a/templates/autostart.html b/templates/autostart.html new file mode 100644 index 0000000..ba9f8cb --- /dev/null +++ b/templates/autostart.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block content %} +
{{ section.content }}+{% endfor %} + +Back to Persistence Submenu +{% endblock %} diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..9c2d2b9 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,42 @@ + + + + + +
{{ full_ascii_art }}+ + +
{{ infinitei }}+ + +
{{ readme_description }}
+ + +{{ content.description }}
+Select a section to explore:
+ +{{ section.description }}
+ {% endif %} + {% if section.link %} + Explore {{ section.title }} + {% endif %} + {% if section.content %} +{{ section.content }}+
No entries yet.
+{% endif %} +{% endfor %} +{% endblock %} diff --git a/templates/persistence_method.html b/templates/persistence_method.html new file mode 100644 index 0000000..5b006e0 --- /dev/null +++ b/templates/persistence_method.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% block content %} +{{ section.content }}+
{{ menu.description }}
+Track and manage your custom detection and prevention rules here.
+{% endblock %} diff --git a/templates/section.html b/templates/section.html new file mode 100644 index 0000000..f3941fa --- /dev/null +++ b/templates/section.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% block content %} +{{ section.content }}+ +{% if section.resources %} +
Select a tool or resource below:
+Select a section to explore:
+ +{{ section.content }}
+