--- sidebar_style: main --- {% include head.html %} {% include tag_manager.html %}
{% include sidebar.html %}
{% include header.html %}
{% assign basic_sections = site.basic | sort: "order" | where: "lang", page.lang %} {% for section in basic_sections %}

{{ section.title }}

{{ section.content | markdownify }}
{% endfor %}
{% assign workflow_steps = site.steps | sort: "order" | where: "lang", page.lang %} {% for section in workflow_steps %}

{{ section.title }}

{{ section.content | markdownify }}
{% endfor %}
{% assign advanced_sections = site.advanced | sort: "order" | where: "lang", page.lang %} {% for section in advanced_sections %}

{{ section.title }}

{{ section.content | replace: "&", "&" | replace: "<", "<" | replace: ">", ">" | markdownify }}
{% endfor %}
{% include analytics.html %}