spee.ch/server/views/layouts/embed.handlebars
2018-03-16 10:34:26 -07:00

16 lines
182 B
Handlebars

<!DOCTYPE html>
<html>
<body id="embed-video-player">
<style type="text/css">
video {
width:100%;
max-width:600px;
height:auto;
}
</style>
{{{body}}}
</body>
</html>