parent
f3ed0ccc0a
commit
422bcbf82c
@ -1,6 +1,9 @@ |
||||
<!doctype html> |
||||
<html lang="en_us"> |
||||
|
||||
<!-- render head --> |
||||
{{ template "head.go.tmpl" . }} |
||||
|
||||
<body> |
||||
</body> |
||||
</html> |
@ -0,0 +1,7 @@ |
||||
<head> |
||||
<meta charset="utf-8"/> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/> |
||||
|
||||
<meta name="description" content="{{ .Description }}"/> |
||||
<title>{{ .Title }}</title> |
||||
</head> |
@ -1,6 +1,9 @@ |
||||
<!doctype html> |
||||
<html lang="en_us"> |
||||
|
||||
<!-- render head --> |
||||
{{ template "head.go.tmpl" . }} |
||||
|
||||
<body> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue