14 lines
381 B
Handlebars
14 lines
381 B
Handlebars
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<title>My Awesome App</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||
|
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
{{{body}}}
|
||
|
</body>
|
||
|
</html>
|