{% if page.active == 'home' %}
TOCHome
{% endif %}
{% if page.active != 'home' and page.level != 2 %}
TOCHome
/
{{page.title}}
{% endif %}
{% if page.level == 2 %}
{% if {{page.type}} == 'StructureDefinition' %}
TOCHome
/
Profiles
/
{{page.path | remove: '.html'}}
{% endif %}
{% if {{page.type}} == 'CapabilityStatement' %}
TOCHome
/
Capability Statements
/
{{page.path | remove: '.html'}}
{% endif %}
{% if {{page.type}} == 'ConceptMap' or {{page.type}} == 'CodeSystem' or {{page.type}} == 'ValueSet' %}
TOCHome
/
Terminology
/
{{ page.path | remove: '.html'}}
{% endif %}
{% if {{page.type}} == 'StructureMap' %}
TOCHome
/
Mappings
/
{{ page.path | remove: '.html'}}
{% endif %}
{% if {{page.type}} == 'OperationDefinition' %}
TOCHome
/
Operations
/
{{ page.path | remove: '.html'}}
{% endif %}
{% if {{page.type}} == 'SearchParameter' %}
TOCHome
/
Search Parameters
/
{{ page.path | remove: '.html'}}
{% endif %}
{% endif %}