{% assign query = (site.nodes | where: 'object_id', page.node) %} {% include head.html %} {% include app_shell_simple.html %}
{{ content }}
{% assign _tutorials = (site.pages | where: "layout", "tutorial_single" | where: "lang", page.lang) %} {% for tutorial in _tutorials %} {% assign url=tutorial.url %} {% assign title=tutorial.title %} {% assign image=tutorial.thumbnail %} {% include tutorial_thumbnail.html %} {% endfor %}
{% include foot.html %}