mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
15 lines
314 B
Cheetah
15 lines
314 B
Cheetah
<html>
|
|
<body>
|
|
<p>$message</p>
|
|
<p>You're <a href="/hosting">hosting</a>
|
|
$service for <a href="/hosting/$client/">$client</a> at:</p>
|
|
#if $locations
|
|
<ul>
|
|
#for location in $locations
|
|
<li><a href="$location">$location</a></li>
|
|
#end for
|
|
</ul>
|
|
#end if
|
|
</body>
|
|
</html>
|