parent
f3ed0ccc0a
commit
422bcbf82c
@ -1,6 +1,9 @@ |
|||||||
<!doctype html> |
<!doctype html> |
||||||
<html lang="en_us"> |
<html lang="en_us"> |
||||||
|
|
||||||
|
<!-- render head --> |
||||||
|
{{ template "head.go.tmpl" . }} |
||||||
|
|
||||||
<body> |
<body> |
||||||
</body> |
</body> |
||||||
</html> |
</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> |
<!doctype html> |
||||||
<html lang="en_us"> |
<html lang="en_us"> |
||||||
|
|
||||||
|
<!-- render head --> |
||||||
|
{{ template "head.go.tmpl" . }} |
||||||
|
|
||||||
<body> |
<body> |
||||||
</body> |
</body> |
||||||
</html> |
</html> |
Loading…
Reference in new issue