aboutsummaryrefslogtreecommitdiff
path: root/templates/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/templates.go')
-rw-r--r--templates/templates.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/templates.go b/templates/templates.go
deleted file mode 100644
index 4217a5a..0000000
--- a/templates/templates.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Package templates exposes the template used by Sally
-// to render the HTML pages.
-package templates
-
-import _ "embed" // needed for go:embed
-
-// Index holds the contents of the index.html template.
-//
-//go:embed index.html
-var Index string
-
-// Package holds the contents of the package.html template.
-//
-//go:embed package.html
-var Package string