{% extends "base.html" %} {% block analytics %} {% endblock %} {% block extrahead %} {% endblock %} {% block content %} {{ super() }} {% endblock content %} {% block htmltitle %} {% if page.meta and page.meta.title %} {{ page.meta.title }} {% elif page.title and not page.is_homepage %} {{ page.title | striptags }} {% else %} {{ config.site_name }} {% endif %} {% endblock %} {% block announce %} LangGraph Platform docs have moved! Find the LangGraph Platform docs at the new LangChain Docs site. {% endblock %}