--- sidebar_style: main --- {% include head.html %} {% include tag_manager.html %}
{% include sidebar.html %}
{% include header.html %}
{% assign future_sections = site.future | sort: "order" | where: "lang", page.lang %} {% for section in future_sections %} {% if section.layout != "tutorial" %} {% if section.order == 0 %}
{{ section.content | markdownify }}
{% else %}

{{ section.title }}

{{ section.content | markdownify }}
{% endif %} {% endif %} {% endfor %}
{% include analytics.html %}