diff --git a/ugly_hacks/santiago/protocols/https/templates/consumedHost-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/consumedHost-get.tmpl
new file mode 100644
index 000000000..c9a9b8ade
--- /dev/null
+++ b/ugly_hacks/santiago/protocols/https/templates/consumedHost-get.tmpl
@@ -0,0 +1,12 @@
+
+
+ You are consuming services from $host:
+ #if $services
+
+ #for $service in $services
+ - $service
+ #end for
+
+ #end if
+
+
diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedClient-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/hostedClient-get.tmpl
new file mode 100644
index 000000000..9960dac18
--- /dev/null
+++ b/ugly_hacks/santiago/protocols/https/templates/hostedClient-get.tmpl
@@ -0,0 +1,12 @@
+
+
+ You're hosting these services for $client:
+ #if $services
+
+ #for $service in $services
+ - $service
+ #end for
+
+ #end if
+
+