atomic-threat-coverage/scripts/templates/markdown_loggingpolicy_template.md.j2
2018-12-21 21:13:42 +01:00

17 lines
830 B
Django/Jinja

| Title | {{ title }} |
|:---------------|:--------------------------------------------------------------------------------|
| Description | {{ description }} |
| Default | {{ default }} |
| Event Volume | {{ volume }} |
| EventID | <ul>{% for eventid in eventID %}<li>{{ eventid }}</li>{% endfor %}</ul> |
| References | <ul>{% for ref in references %}<li>[{{ ref }}]({{ ref }})</li>{% endfor %}</ul> |
{% if configuration is defined and configuration|length %}
## Configuration
{{ configuration }}
{% else %}
{% endif %}