extract_template_html
Extract HTML markup from Lampa template files to reveal structure, CSS classes, data bindings, and attributes for UI analysis without running the app.
Instructions
Extract the actual HTML markup from Lampa template files (src/templates/*.js). Shows template structure, CSS classes, data-binding placeholders, and data attributes. Useful for understanding UI structure without running the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name to find, e.g. 'card', 'modal', 'player', 'settings'. Matches by filename. |