{% extends "base.html" %} {% block title %}The Bundle{% endblock %} {% block styles %} {% endblock %} {% block content %}

Welcome to The Bundle

Choose a lab to explore.

Every lab is powered by Bundle primitives, sharing transports, telemetry, and tracing.

{% for section in sections %}

{{ section.name }}

{{ section.description }}

Open
{% endfor %}
{% endblock %}