{% extends "tutorials/base_tutorials.html" %} {% set small_footer = True %} {% set section_title = "Tutorials" %} {% set section_path = "/tutorials" %} {% block title %}{{ document["title"] }}{% endblock %} {% block meta_image %}https://assets.ubuntu.com/v1/ebdfffbf-Aubergine_suru_background.png{% endblock %} {% block content %}

{{ document.title }}

{% for section in document.sections %}

{{ loop.index }}. {{ section["title"] }}

{{ section.content | safe }}
{% if loop.last %} {% endif %}
{% endfor %}
{% endblock %}