Files
mattrbld/_includes/layouts/page.njk
T

8 lines
69 B
Plaintext
Raw Normal View History

2026-09-16 03:15:48 +02:00
---
layout: base.njk
---
<h1>{{ title }}</h1>
{{ content | safe }}