{{ subsection.metadata.get('description', '') | truncate(150) }}
{% endif %}{% extends "base.html" %} {# Tutorial List Template Used for tutorial section indexes. Displays tutorials in a grid with difficulty levels, time estimates, and visual indicators. Usage: Set `type: tutorial` in section _index.md Context variables: - section: Section object with tutorials - posts: List of tutorial pages - subsections: Tutorial categories/groups #} {% from 'partials/navigation-components.html' import breadcrumbs %} {% block content %} {{ breadcrumbs(page if page is defined else section) }}
{{ section.metadata.get('description', '') }}
{% elif description is defined %}{{ description }}
{% else %}Step-by-step guides to help you learn and master the topics.
{% endif %}{{ subsection.metadata.get('description', '') | truncate(150) }}
{% endif %}{{ tutorial.metadata.get('description', '') | truncate(150) }}
{% elif tutorial.excerpt %}{{ tutorial.excerpt | truncate(150) }}
{% endif %} Start tutorial →No tutorials available yet.