Add basic blog and index go template markups

This commit is contained in:
2021-12-03 02:35:57 +01:00
parent db2efebddf
commit edf7192fac
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<!doctype html>
<html lang="en_us">
<body>
</body>
</html>
+6
View File
@@ -0,0 +1,6 @@
<!doctype html>
<html lang="en_us">
<body>
</body>
</html>
+2
View File
@@ -10,7 +10,9 @@ import (
) )
// Static go-templates source // Static go-templates source
//go:embed blog.go.tmpl
//go:embed error.go.tmpl //go:embed error.go.tmpl
//go:embed index.go.tmpl
var content embed.FS var content embed.FS
// List of compiled go-templates // List of compiled go-templates