{#- Custom override of material/templates/blog-post.html Adds an AI assistance badge to the metadata sidebar when ai_assist frontmatter is set (or ai_assisted / ai_generated is true), and an origin badge when origin: frontmatter is set. -#} {% extends "main.html" %} {% import "partials/nav-item.html" as item with context %} {% block container %}
{% if "toc.integrate" in features %} {% include "partials/toc.html" %} {% endif %}
{% block content %} {% include "partials/content.html" %} {% endblock %}
{% endblock %}