{% extends "base.html" %} {% block site_nav %} {# Include the original sidebar navigation #} {{ super() }} {# Quiz progress sidebar - will be moved to TOC by quiz.js #} {% endblock %} {% block tabs %} {# Mobile quiz progress tracker - appears under navbar on mobile devices #} {# Include the original tabs content #} {{ super() }} {% endblock %}