{#if showBackButton}
{translations.common.back}
{/if}
{translations.title}
{#if translations.subtitle}
{translations.subtitle} - {appName}
{/if}
{#if searchEnabled}
{/if} {#if visibleSections.length > 1}
{#each visibleSections as section (section.id)}
setActiveSection(section.id)} > {section.label}
{/each}
{/if}
{#if activeSection === 'faq' && showFAQ}
{:else if activeSection === 'features' && showFeatures}
{:else if activeSection === 'shortcuts' && showShortcuts}
{:else if activeSection === 'getting-started' && showGettingStarted}
{:else if activeSection === 'changelog' && showChangelog}
{:else if activeSection === 'contact' && showContact}
{/if}