{%- extends "!base.html" %} {%- block htmltitle -%} {% if not docstitle %} {{ title|striptags|e }} {% elif pagename == master_doc %} LLM: A CLI utility and Python library for interacting with Large Language Models {% else %} {{ title|striptags|e }} - {{ docstitle|striptags|e }} {% endif %} {%- endblock -%} {% block site_meta %} {{ super() }} {% endblock %}