go.unistack.org/layouts/_default/single.html

13 lines
427 B
HTML
Raw Normal View History

<!DOCTYPE html>
<!-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> -->
<html>
<head>
<title>{{ .Title }}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="{{ .Params.import }}"/>
<meta name="go-source" content="{{ .Params.source }}"/>
<!-- <meta http-equiv="refresh" content="5; {{ .Params.redirect }}"/> -->
</head>
<body/>
</html>