mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Add basic blog and index go template markups
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<!doctype html>
|
||||
<html lang="en_us">
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!doctype html>
|
||||
<html lang="en_us">
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
@@ -10,7 +10,9 @@ import (
|
||||
)
|
||||
|
||||
// Static go-templates source
|
||||
//go:embed blog.go.tmpl
|
||||
//go:embed error.go.tmpl
|
||||
//go:embed index.go.tmpl
|
||||
var content embed.FS
|
||||
|
||||
// List of compiled go-templates
|
||||
|
||||
Reference in New Issue
Block a user