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