<html>
<head>
{{ template "head.html" .}}
</head>
<body>
<h1>IP : {{ .IP }}</h1>
<h2>Reverse DNS : {{ .Hostname }}</h2>
</body>
</html>