{{ tut_desc | truncate(100) }}
{% end %} {% if tut_difficulty %} {{ tut_difficulty | capitalize }} {% end %}{% extends "base.html" %} {# ================================================================================ Tutorial Single Page Template (Kida-Native) ================================================================================ Individual tutorial page optimized for step-by-step learning. KIDA FEATURES USED: - {% let %} for template-scoped variables - Optional chaining (?.) for null-safe access - Null coalescing (??) for smart defaults - {% def %} for reusable card components USAGE: Set `type: tutorial` in frontmatter or use cascade from section ================================================================================ #} {% from 'partials/navigation-components.html' import breadcrumbs, page_navigation %} {# Scroll-synced step progress (mirrors track pattern) #} {% def tutorial_progress_indicator(total_steps, current_step=1) %}
{{ tut_desc | truncate(100) }}
{% end %} {% if tut_difficulty %} {{ tut_difficulty | capitalize }} {% end %}