{% block styles %}{% endblock %}
{% block title %}The Bundle{% endblock %}
The Bundle
Labs
{% set current_path = request.url.path %} {% for page in nav_pages or [] %} {% set is_active = (page.href == '/' and current_path == '/') or (page.href != '/' and current_path.startswith(page.href)) %}
{{ page.name }}
{% endfor %}
Toggle theme
{% block nav_actions %}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}