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
947 B
947 B
{{entry['title']}}
Description
{{entry['description']}}
{%- if entry['images'] %} {% for image in entry['images'] %}
{{image['title']}}
Sub Data Sets
{%- if entry['data_set_type'] == 'Data Set' %}
| {{entry['data_set_type']}} | Description |
|---|---|
| {%- else %} | |
| {{entry['data_set_type']}} | Version |
| --- | --- |
| {%- endif %} | |
| {%- if entry['sub_data_sets'] %} | |
| {%- for row in entry['sub_data_sets'] %} | |
| {%- if entry['data_set_type'] == 'Data Set' %} | |
| {{row['title']}} | {{row['description']}} |
| {%- else %} | |
| {{row['title']}} | {{row['version']}} |
| {%- endif %} | |
| {%- endfor %} | |
| {%- endif %} | |
| {% if entry['references'] %} |
References
{%- for reference in entry['references'] %}
- {{reference['text']}} {%- endfor %} {%- endif %}