Files
Roberto Rodriguez 9a3985d54c Updating Docs with submodules
+ created ossem creator script to parse content from OSSEM submodules
2021-05-01 21:18:18 -04:00

947 B

{{entry['title']}}

Description

{{entry['description']}}

{%- if entry['images'] %} {% for image in entry['images'] %}

{{image['title']}}

{{image['title']}} {%- endfor %} {%- endif %}

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'] %}