{% extends "base.html" %} {% block analytics %} {% endblock %} {% block announce %} This site is home to LangChain's Python reference documentation. For conceptual guides, tutorials, and integrations, head to the main docs website. {% endblock %} {% block extrahead %} {% endblock %} {% 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 %}