{# App-surface view layout — site nav + #page-content for home, search, portal, page. #} {% extends "shell.html" %} {% block page_root %}
{% include "partials/agent_discovery.html" %} {% block page_root_inner %} {% block page_content %} {% include "partials/docs_shell_nav.html" %}
{% block app_content %}{% end %}
{% end %} {% end %}
{% end %}