{% if {{include.active}} == "content" %}
- Content
{% else %}
- Content
{% endif %}
{% if {{include.type}} == "StructureDefinition" %}
{% if {{include.active}} == "definitions" %}
- Detailed Definitions
{% else %}
- Detailed Definitions
{% endif %}
{% if {{include.active}} == "mappings" %}
- Mappings
{% else %}
- Mappings
{% endif %}
{% endif %}
{% if {{include.active}} == "xml" %}
- XML
{% else %}
- XML
{% endif %}
{% if {{include.active}} == "json" %}
- JSON
{% else %}
- JSON
{% endif %}