{#if error}
Error: {error}
{:else if !feed}
{:else}
{#each feed.slice(0, 5) as commit, i} {#if i === 0}
{:else}
{/if} {/each}
{/if}