summaryrefslogtreecommitdiff
path: root/embed.go
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:41 +0100
committera73x <[email protected]>2024-08-25 15:14:41 +0100
commitfea0ef77c8c98dfadd2f9d29804653293fd31c99 (patch)
tree6dadd3062fc77d37e622838eb6b16a60e2774f4d /embed.go
parent794401aaadfaa4efd91587db40439226231ff303 (diff)
feat: add templating
Diffstat (limited to 'embed.go')
-rw-r--r--embed.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/embed.go b/embed.go
new file mode 100644
index 0000000..182ede2
--- /dev/null
+++ b/embed.go
@@ -0,0 +1,7 @@
+package home
+
+import "embed"
+
+//go:embed public/static/*.woff2
+//go:embed public/*.html
+var Content embed.FS