{#if loading}
{#if app.active}
Running
{/if}
{app.title}
{server_name}
{:else}
{#if app.active}
Running
{:else}
{/if}
{app.title}
{server_name}
{/if}