{% extends "base.html" %} {% block content %} {% set path = request.url.path %} {% for label, href in [("settings", "/system/settings"), ("ai calls", "/system/ai-calls"), ("prompts", "/system/prompts"), ("pipeline", "/system/pipeline"), ("developer", "/system/developer")] %} {{ label }} {% endfor %} {% block system_content %}{% endblock %} {% endblock %}