blob: a632a20a03644f15ac2c0198774ddcaf6fa1f88e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<title>Host detail: {{ host.name }}</title>
</head>
<body>
<div id="host-detail">
{{ host.name }}
{{ host.email }}
{{ host.website }}
</div>
</body>
</html>
|