{% extends "base.html" %} {% from "chirpui/hero.html" import page_hero %} {% from "chirpui/layout.html" import container, stack %} {% from "partials/learning-pages.html" import content_cards, progress_for, rendered_body %} {% block content %} {% let title = page?.title ?? "Tutorial" %} {% let description = page?.description ?? params?.description ?? none %} {% let steps = posts ?? pages ?? page?.children ?? section?.pages ?? section?.regular_pages ?? [] %} {% let current_step = params?.current_step ?? 1 %}