summaryrefslogtreecommitdiff
path: root/templates/program/host_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/host_detail.html')
-rw-r--r--templates/program/host_detail.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/program/host_detail.html b/templates/program/host_detail.html
new file mode 100644
index 0000000..a632a20
--- /dev/null
+++ b/templates/program/host_detail.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <title>Host detail: {{ host.name }}</title>
+</head>
+<body>
+
+<div id="host-detail">
+ {{ host.name }}
+ {{ host.email }}
+ {{ host.website }}
+</div>
+</body>
+</html> \ No newline at end of file