{% 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 %}
{% endif %}
{% endif %}
{% endfor %}
{{ section.content | markdownify }}
{% else %}