handlebars-ipinfo/views/layouts/main.handlebars
2017-06-02 23:18:49 +10:00

18 lines
216 B
Handlebars

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Handlebars</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{{{body}}}
</body>
</html>