14 lines
284 B
Cheetah
14 lines
284 B
Cheetah
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width">
|
||
|
<title>Test - {{ item.item }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
This server is {{ item.item }} and reachable on wg0:{{ item.ip }}.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|