mirror of
https://github.com/hunters-forge/OSSEM
synced 2026-06-08 14:44:11 +00:00
9a3985d54c
+ created ossem creator script to parse content from OSSEM submodules
499 B
499 B
{{entry['title']}}
{{entry['description']}}
Data Fields
| Data Source | Description |
|---|---|
| {%- if entry['data_fields'] %} | |
| {%- for row in entry['data_fields'] %} | |
| {{row['data_source']}} | {{row['description']}} |
| {%- endfor %} | |
| {% endif %} |
{% if entry['resources'] %}
References
{%- for resource in entry['references'] %}
- {{resource['text']}} {%- endfor %} {% endif %} {% if entry['tags'] %}
Tags
{%- for tag in entry['tags'] %}
- {{tag}} {%- endfor %} {% endif %}