{% extends "app/templates/layout.html" %} {% import "app/templates/layout.html" as layout %} {% block head %} {{ layout.head(title=file.fm.title, description=file.fm.description, canonical=file.fm.canonical) }} {% endblock %} {% block subheader %} {% include "app/templates/partials/_learn_subheader.html" %} {% endblock %} {% block page %}
{% include "app/templates/partials/_breadcrumb.html" %}

{{ file.fm.title_html | safe }}

{% if file.fm.author %} This page was contributed by {{ file.data.authorsMap[file.fm.author].name }} under the UPL
{% endif %}
{{ contents | safe }} {% if file.fm.more_learning %} {% include "app/templates/partials/_more_learning.html" %} {% endif %}
{% include "app/templates/partials/_tutorial_sidemenu.html" ignore missing %}
{% include "app/templates/partials/_last_update.html" %}
{% include "app/templates/partials/_breadcrumb.html" %} Back to Tutorial List
{% endblock %}