{% 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 %} We are growing and hiring for multiple roles for LangChain, LangGraph and LangSmith. Join our team! {% endblock %}