page.njk
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m28s

This commit is contained in:
Lewis Dale 2024-10-11 13:39:31 +01:00
parent a5e9becd96
commit 3f6e9fe21e

View File

@ -4,7 +4,7 @@ includeFA: true
---
<main class="stack-lg">
<h1 class="text-center">{{ title }}</h1>
<h1>{{ title }}</h1>
<div class="wrapper-md stack-lg">
{{ content | safe }}
</div>