{{ slide.title }}
{{ slide.subtitle }}
{{ activeTagFilter ? activeTagFilter : (activeSection === 'featured' ? t('featured.title') : t('cat.' + currentCategoryData.name)) }}
{{ activeTagFilter ? `Showing all projects categorized under "${activeTagFilter}". Found ${displayedProjects.length} results.` : (activeSection === 'featured' ? t('featured.desc') : t('catLong.' + currentCategoryData.name)) }}