{{ 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/_breadcrumb.html" %} Back to Tutorial List