mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
9 lines
143 B
Django/Jinja
9 lines
143 B
Django/Jinja
{%- for file, opts in CONFIG.items() %}
|
|
{{ file | replace("_x_", ".")}}
|
|
{
|
|
{%- for opt in opts %}
|
|
{{ opt }}
|
|
{%- endfor %}
|
|
}
|
|
{%- endfor %}
|