<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ .Title }}</title>
<style>
body {
font-family: sans-serif;
}
main {
padding: 0 5px;
max-width: 800px;
margin: 0 auto;
}
a {
color: #00f;
}
section.func pre {
white-space: pre-wrap;
padding-left: 4ch;
text-indent: -4ch;
}
.token-keyword {
color: #008;
}
a.token-symbol {
text-decoration: none;
color: inherit;
}
a.token-symbol:hover {
text-decoration: underline;
}
h3:target {
background-color: #c9c9ff;
}
h3 a {
visibility: hidden;
text-decoration: none;
}
h3 a:hover{
text-decoration: underline;
}
h3:hover a {
visibility: visible;
}
</style>
</head>
<body>