{#if hasAnyContent}
{#if showThemeColor}
{i18n(I18nKey.themeColor)}
{hue}
{/if} {#if isWallpaperSwitchable}
{i18n(I18nKey.wallpaperMode)}
switchWallpaperMode(WALLPAPER_BANNER)} >
{i18n(I18nKey.wallpaperBannerMode)}
{#if wallpaperMode === WALLPAPER_BANNER}
{/if}
switchWallpaperMode(WALLPAPER_OVERLAY)} >
{i18n(I18nKey.wallpaperOverlayMode)}
{#if wallpaperMode === WALLPAPER_OVERLAY}
{/if}
switchWallpaperMode(WALLPAPER_NONE)} >
{i18n(I18nKey.wallpaperNoneMode)}
{#if wallpaperMode === WALLPAPER_NONE}
{/if}
{/if} {#if allowLayoutSwitch && !isSmallScreen}
{i18n(I18nKey.postListLayout)}
{i18n(I18nKey.postListLayoutList)}
{#if currentLayout === 'list'}
{/if}
{i18n(I18nKey.postListLayoutGrid)}
{#if currentLayout === 'grid'}
{/if}
{/if}
{/if}