6 lines
157 B
HTML
6 lines
157 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>Rule Creation</h1>
|
|
<p>Track and manage your custom detection and prevention rules here.</p>
|
|
{% endblock %}
|