layouts/been.njk was overriding the page template content with
placeholder text. Now outputs {{ content | safe }} so been.njk
renders correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
---
|
|
layout: layouts/base.njk
|
|
---
|
|
{{ content | safe }}
|