spee.ch/server/views/layouts/embed.handlebars

17 lines
179 B
Handlebars
Raw Normal View History

2017-08-08 23:54:31 +02:00
<!DOCTYPE html>
<html>
2018-07-03 07:47:18 +02:00
<body>
2017-08-08 20:01:01 +02:00
<style type="text/css">
2018-07-03 07:47:18 +02:00
video {
width:100%;
max-width:600px;
height:auto;
}
2017-08-08 20:01:01 +02:00
</style>
2018-07-03 07:47:18 +02:00
{{{ body }}}
2017-08-08 23:54:31 +02:00
</body>
2018-07-03 03:22:06 +02:00
</html>