{% include header.html %}
{% assign basic_sections = site.basic | sort: "order" | where: "lang", page.lang %}
{% for section in basic_sections %}
{% endfor %}
{{ section.title }}
{{ section.content | markdownify }}
{% assign workflow_steps = site.steps | sort: "order" | where: "lang", page.lang %} {% for section in
workflow_steps %}
{% endfor %}
{{ section.title }}
{{ section.content | markdownify }}
{% assign advanced_sections = site.advanced | sort: "order" | where: "lang", page.lang %}
{% for section in advanced_sections %}
{% endfor %}