Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
9dbc263d8e7e2be7a93ee09d89e9e60eaf3fa159
/
.
/
devtools
/
hackdoc
/
tpl
/
base.html
blob: 5fd861ad67589eec986676c875910163488dae35 [
file
] [
log
] [
blame
]
<!doctype html>
<html
lang
=
"en"
>
<head>
<meta
charset
=
"utf-8"
>
<title>
hackdoc:{{ .Title }}
</title>
{{ template "head" . }}
</head>
<body>
{{ template "body" . }}
</body>
</html>