{% include header.html %} {% include navbar.html %} {% include container-start.html %} {% include breadcrumbs.html %} {% if page.template == 'format' %} {% if page.fmt == 'xml' %} {% include nav-tabs.html type=page.type id=page.id active="xml" %}

XML Format: {{page.type}}-{{page.id}}

{% elsif page.fmt == 'json' %} {% include nav-tabs.html type=page.type id=page.id active="json" %}

JSON Format: {{page.type}}-{{page.id}}

{% else %} {% include nav-tabs.html type=page.type id=page.id active="turtle" %}

Turtle Format: {{page.type}}-{{page.id}}

{% endif %} {% elsif page.template == 'definitions' %} {% include nav-tabs.html type=page.type id=page.id active="definitions" %} {% elsif page.template == 'mappings' %} {% include nav-tabs.html type=page.type id=page.id active="mappings" %} {% else %} {% include nav-tabs.html type=page.type id=page.id active="content" %} {% endif %} {{ content }} {% include container-end.html %} {% if page.template == 'sd' %} {% include profile-tabs.html %} {% endif %} {% include footer.html %}