lewisdale.dev/src/_includes/page.njk
Lewis Dale 3f6e9fe21e
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m28s
page.njk
2024-10-11 13:39:31 +01:00

13 lines
163 B
Plaintext

---
layout: base.njk
includeFA: true
---
<main class="stack-lg">
<h1>{{ title }}</h1>
<div class="wrapper-md stack-lg">
{{ content | safe }}
</div>
</main>