summaryrefslogtreecommitdiff
path: root/layouts/page.html
diff options
context:
space:
mode:
authorforever2k38 <forever2k38@noreply.codeberg.org>2026-09-05 01:34:40 +0200
committerforever2k38 <forever2k38@noreply.codeberg.org>2026-09-05 01:34:40 +0200
commitaa2528adf2e9e7d1d1e8baed2d6fda511a0502d9 (patch)
tree1824ef5dc9ccdda8c0e60e9eedfc39c7aecb286c /layouts/page.html
initial commit
Diffstat (limited to 'layouts/page.html')
-rw-r--r--layouts/page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/page.html b/layouts/page.html
new file mode 100644
index 0000000..79b5a0e
--- /dev/null
+++ b/layouts/page.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+ <div class="content">
+ <h1>{{ .Title }}</h1>
+ {{ .Content }}
+ </div>
+{{ end }}