--- layout: it_default --- {% for tutorial in site.data.it_sitemap.contents %} {% if tutorial.title == page.title %} {% assign tutorial_index = forloop.index0 %} {% assign content_length = forloop.length %} {% assign previous = tutorial_index | minus: 1 %} {% assign next = tutorial_index | plus: 1 %} {% endif %} {% endfor %}
Home {% if previous >= 0 %} {% assign previous_tutorial = site.data.it_sitemap.contents[previous] %}
{{ previous_tutorial.title }}
{% endif %} {% assign english_url = site.data.it_sitemap.contents[tutorial_index].english_url %}
{{ page.title }} {%if english_url %} (To English) {% endif %}
{% for tutorial in site.data.it_sitemap.contents %} {% if tutorial.title == page.title %} {% for section in tutorial.sections %} {% unless section.sidenote %} {% endunless %} {% endfor %} {% endif %} {% endfor %} {% if site.data.it_sitemap.contents[next].title %} {% assign next_tutorial = site.data.it_sitemap.contents[next] %}
{{ next_tutorial.title }}
{% endif %}
{{content}}
{% if site.data.it_sitemap.contents[next].title %} {% assign next_tutorial = site.data.it_sitemap.contents[next] %} {% endif %} {% if previous >= 0 %} {% assign previous_tutorial = site.data.it_sitemap.contents[previous] %} {% endif %}