Gitty {#if appVersion} v{appVersion} {/if}
{#if hasRepository}
{#if repoName} {repoName} {/if}
{#if ahead > 0 || behind > 0}
{#if ahead > 0} ↑{ahead} {/if} {#if behind > 0} ↓{behind} {/if}
{/if} {:else} No repository open {/if}