Skip to content
Maverick
{% set _nav = [ ('/', 'Overview'), ('/chat', 'Chat'), ('/goals', 'Goals'), ('/skills', 'Skills'), ('/store', 'Store'), ('/facts', 'Facts'), ('/spend', 'Spend'), ('/providers', 'Providers'), ('/tools', 'Tools'), ('/permissions', 'Permissions'), ('/approvals', 'Approvals'), ('/safety', 'Safety'), ('/channels', 'Channels'), ('/plugins', 'Plugins'), ('/mcp', 'MCP'), ('/audit', 'Audit'), ('/cache', 'Cache'), ] %} {% set _path = request.url.path if request else '' %} {% for _href, _label in _nav %} {% set _active = (_path == _href) if _href == '/' else (_path == _href or _path.startswith(_href ~ '/')) %}
{{ _label }}
{% endfor %}
checking
theme
Dark
Light
Solarized
High contrast
{% block content %}{% endblock %}