diff --git a/ugly_hacks/santiago/protocols/https/__init__.py b/ugly_hacks/santiago/protocols/https/__init__.py
new file mode 100644
index 000000000..e69de29bb
diff --git a/ugly_hacks/santiago/protocols/https/templates/client-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/client-get.tmpl
new file mode 100644
index 000000000..e957b199e
--- /dev/null
+++ b/ugly_hacks/santiago/protocols/https/templates/client-get.tmpl
@@ -0,0 +1,13 @@
+
+
+ $message
+ You're hosting these services for $client:
+ #if $services
+
+ #for service in $services
+ - $service
+ #end for
+
+ #end if
+
+
diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl
new file mode 100644
index 000000000..6773eb5d3
--- /dev/null
+++ b/ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl
@@ -0,0 +1,14 @@
+
+
+ $message
+ You're hosting
+ $service for $client at:
+ #if $locations
+
+ #for location in $locations
+ - $location
+ #end for
+
+ #end if
+
+
diff --git a/ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl
new file mode 100644
index 000000000..2a8b7abaf
--- /dev/null
+++ b/ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl
@@ -0,0 +1,13 @@
+
+
+ $message
+ You are hosting services for:
+ #if $clients
+
+ #for $client in $clients
+ - $client
+ #end for
+
+ #end if
+
+
diff --git a/ugly_hacks/santiago/protocols/https/templates/location-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/location-get.tmpl
new file mode 100644
index 000000000..6b7dbaeff
--- /dev/null
+++ b/ugly_hacks/santiago/protocols/https/templates/location-get.tmpl
@@ -0,0 +1,8 @@
+
+
+ $message
+ You're hosting $service
+ for $client
+ at $location.
+
+