- Add React Router with theme browser, theme detail, and layout detail pages - Implement manifest-based theme discovery for better performance - Add Welcome component as home page with feature overview - Fix layout and styling issues with proper CSS centering - Implement introspective theme browsing (dynamically discover colors/variables) - Add layout preview system with iframe scaling - Create comprehensive theme detail page with color palette display - Fix TypeScript errors and build issues - Remove hardcoded theme assumptions in favor of dynamic discovery 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
287 B
HTML
8 lines
287 B
HTML
<div class="slide layout-title-slide">
|
|
<h1 class="slot title-slot" data-slot="title" data-placeholder="Presentation Title" data-required>
|
|
{{title}}
|
|
</h1>
|
|
<h2 class="slot subtitle-slot" data-slot="subtitle" data-placeholder="Subtitle or tagline">
|
|
{{subtitle}}
|
|
</h2>
|
|
</div> |