{% 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 %} These docs will be deprecated and removed with the release of LangGraph v1.0 in October 2025. Visit the v1.0 alpha docs {% endblock %}