feat: build headless theatre laboratory website

This commit is contained in:
bisco
2026-06-22 19:42:43 +02:00
parent cae9180bc6
commit cff9a17c3c
65 changed files with 8994 additions and 128 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
</head>
<body>
<main>
<h1>{{ page.hero_title }}</h1>
<p>This content is published through the headless CMS API.</p>
<p><a href="/api/site/home/">Open the home API</a></p>
</main>
</body>
</html>