--- layout: layouts/base.njk --- {# Full-width layout for rich HTML pages (interactive guides, architecture diagrams, etc.) Inherits site header + footer from base.njk but renders content at full container width with no sidebar, no post metadata, and no prose constraints. #}
{% if title %}

{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% endif %}
{{ content | safe }}