{% include global_head_assets.html %} {% comment %} Below, we're either dealing with a generic page or a page from the specification collection. For generic pages, we get a title just by reading page.title but, for specification pages, we build their title dynamically to take into account the page's version number and its relationship to the latest version. {% endcomment %} {% if page.is_spec_page %} {% assign class_spec='class="spec_page"' %} {% capture page_title %} {% include title_for_version.md is_latest_version=page.is_latest_version version=page.version %} {% endcapture %} {% else %} {% assign page_title = page.title %} {% endif %} JSON:API — {{ page_title|strip }} {% include site_navigation.html %} {% if page.show_masthead %}

JSON:API

A specification for building APIs in JSON

{% if site.announcement %}
{{ site.announcement|markdownify }}
{% endif %}
{% endif %}
{% if page.show_sidebar %} {% endif %}
{% unless page.show_masthead %}

{{ page_title }}

{% endunless %}
{% if page.is_spec_page %} {% capture status %} {% include status.md release_date=page.release_date status=page.status version=page.version is_latest_version=page.is_latest_version %} {% endcapture %} {{ status|strip|markdownify }} {% endif %} {{ content }}
{% include global_html_footer.html %}