2021-10-02 00:14:31 +03:00
|
|
|
<!DOCTYPE html>
|
2021-10-03 14:03:01 +03:00
|
|
|
<!-- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> -->
|
|
|
|
<html>
|
2021-10-02 00:14:31 +03:00
|
|
|
<head>
|
2021-10-03 14:03:01 +03:00
|
|
|
<title>{{ .Title }}</title>
|
2021-10-03 14:00:02 +03:00
|
|
|
<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 }}"/>
|
2021-10-03 14:03:01 +03:00
|
|
|
<!-- <meta http-equiv="refresh" content="5; {{ .Params.redirect }}"/> -->
|
2021-10-02 00:14:31 +03:00
|
|
|
</head>
|
2021-10-03 14:00:02 +03:00
|
|
|
<body/>
|
2021-10-02 00:14:31 +03:00
|
|
|
</html>
|