slideshare/public/themes/default/layouts/title-slide.html
Michael Mainguy 98958b2cb3 Remove iframe previews and improve theme hot reload with SVG demo content
- Remove iframe previews from theme detail and layout detail pages for cleaner UI
- Replace with informative layout cards showing descriptions and slot type badges
- Fix theme hot reload by switching from custom HMR to full page reload
- Update template renderer to use slot names as demo content
- Add SVG pattern generation for image slots with grid background and slot labels
- Improve demo content for all slot types (code, lists, tables, etc.)
- Clean up HMR listeners and simplify theme change detection

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 14:11:51 -05:00

9 lines
323 B
HTML

<div class="slide layout-title-slide">
<h1 class="slot title-slot" data-slot="title" data-placeholder="Presentation Title" data-required>
{{title}}
</h1>
<div class="slot diagram-slot" data-slot="diagram" data-placeholder="Diagram or Image" data-required>
{{diagram}}
</div>
<h3>Static Content</h3>
</div>