--- layout: base ---
{% render 'navigation', contents: navigation %}
{% if complementary_content or table_of_contents %}
{% if complementary_content %} {{ complementary_content | markdown }} {% elsif table_of_contents %} {% assign top_level_toc = documentation.toc | size %} {% assign toc = content | getToc: top_level_toc %} {% if toc | size %} {% endif %} {% endif %}
{% endif %}
{% assign is_typedoc = page | isTypedoc %}
{% render 'intro', before_introduction: before_introduction, introduction: introduction, center_introduction: center_introduction %} {{ content }}