mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
14 lines
294 B
Cheetah
14 lines
294 B
Cheetah
<html>
|
|
<body>
|
|
<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>
|