{#if section.url} {@html section.title} {:else} {@html section.title} {/if}

{#if section.help} {@html renderMarkdown(section.help)} {:else} {@html renderMarkdown( tr.helpNoExplanation({ link: "[GitHub](https://github.com/ankitects/anki)", }), )} {/if}
{#if section.url}
{@html renderMarkdown( tr.helpForMoreInfo({ link: `${section.title}`, }), )}
{/if}