feat: add hello.mustache smoke-test template

This commit is contained in:
2026-06-20 15:23:41 -04:00
parent e333034519
commit 1ae8394896
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{title}}</title>
</head>
<body>
<h1>{{message}}</h1>
</body>
</html>