{#if data.previousGuide}
{#await data.previousGuideModule then guideModule} {guideModule.metadata.title} {/await}
{/if} {#if data.nextGuide}
{#await data.nextGuideModule then guideModule} {guideModule.metadata.title} {/await}
{/if}
{$_('docs.answer_not_found')}
{$_('docs.ask_on_reddit')}
{#if $locale === 'en'}
Edit this page on GitHub
{:else}
{$_('docs.translate')}
{/if}