{% 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 %}
{% if page.status == 'todo' %}
Coming soon...
{% else %}
{{ content }}
{% endif %}