--- layout: default --- {% if page.caption_title != null %} {% assign title = page.caption_title %} {% else %} {% assign title = page.title %} {% endif %}
{% include sidebar.html %}
{% if site.search != false%}
{% include search.html %}
{% endif %}

{{title}}

{% if page.status != 'todo' %}

{% include estimated-read-time.html %}

{% endif %} {% if page.description != null %}

{{page.description}}

{% endif %} {% if page.toc != false and site.render_toc_on_docs_layout != false%}
Table of contents:
{% include toc.html html=content %}
{% endif %}
{% if page.status == 'todo' %} Coming soon... {% else %} {{ content }} {% endif %}