open-design/specs/2026-04-29-live-artifacts/examples/minimal-static/template.html

15 lines
314 B
HTML
Raw Permalink Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{data.title}}</title>
</head>
<body>
<main>
<h1>{{data.title}}</h1>
<p>{{data.summary}}</p>
</main>
</body>
</html>