rough first draft of v2!

This commit is contained in:
ari melody 2026-07-06 19:09:56 +01:00
parent 103bf3f1c3
commit dd04d44f47
Signed by: ari
GPG key ID: CF99829C92678188
29 changed files with 430 additions and 389 deletions

View file

@ -17,12 +17,8 @@
{{block "content" .}}
<main>
<h1>
# hello, world!
</h1>
<p>
this is a default page!
</p>
<h1>hello, world!</h1>
<p>this is a default page!</p>
</main>
{{end}}