Nunjucks slice(n) groups items into n buckets (not array.slice(n)).
This caused checkin to be an array instead of an object, making
all fields render empty. Now iterates all checkins directly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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>