{% include head.html %}
{% include version-select.html %}
{% include menubar.html %}
{% include docs_header.html %}
{% assign page_title = page.slug | prepend: 'title_' %}

{{ site.data.translate[page_title] }}

{{ content }}
{% include footer.html %}
{% include toc.html html=content class="menu-list" sanitize=true %}
{% include algolia.html %}