mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-12 03:03:09 +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 %}
|