From 2b19b2bc37edb91ed4fe3031b646d7946592cdb4 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Thu, 31 May 2012 15:00:43 -0500 Subject: [PATCH] Added the other missing template. --- .../protocols/https/templates/consumedHost-get.tmpl | 12 ++++++++++++ .../protocols/https/templates/hostedClient-get.tmpl | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 ugly_hacks/santiago/protocols/https/templates/consumedHost-get.tmpl create mode 100644 ugly_hacks/santiago/protocols/https/templates/hostedClient-get.tmpl 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 + + #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 + + #end if + +