weatherstat/templates/layout.hbs

11 lines
148 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<title>Weatherstat</title>
</head>
<body>
<h1>Weatherstat</h1>
{{~> content}}
</body>
</html>