lostplaces-frontend/components/_preview.hbs

11 lines
232 B
Handlebars
Raw Normal View History

2020-07-17 17:55:46 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2020-08-07 11:24:00 +02:00
<link rel="stylesheet" href="{{ path '/main.css' }}">
2020-07-17 17:55:46 +02:00
<title>Preview</title>
</head>
<body>
2020-08-01 00:27:55 +02:00
{{{ yield }}}
2020-07-17 17:55:46 +02:00
</body>
</html>