{sprintf("[s`Start using this theme on one of your existing %s app routes, or create a new route:`]", $app.name)}

[s`Existing route`]
{foreach $routes as $r}
{foreachelse}
{sprintf('[s`There are no routes for %s app on this site yet.`]', $app.name)}
{/foreach}
[s`New route`]
{if count($domains) == 1} {current($domains)}/{else} {/if}
{function theme_skeleton}{strip}
{for $i=1 to 3} {/for}
{/strip}{/function}