{% extends "base.html" %} {% block outdated %} This is documentation for an unstable development version. Switch to latest stable version. {% endblock %} {% block content %} {#- Every page also ships as Markdown, generated by the llmstxt plugin. These actions expose that file so a page can be handed to an LLM without going through rendered HTML. The target URL is derived in page-actions.js rather than here, since it is just the current path with a different extension. -#} {{ super() }} {% endblock %}