put all embed html in layout

This commit is contained in:
bill bittner 2017-08-08 14:54:31 -07:00
parent 5bef9a0f31
commit e1de5d8728
2 changed files with 7 additions and 2 deletions

View file

@ -1 +0,0 @@
<video width="100%" controls src="https://spee.ch/{{claimId}}/{{name}}.mp4" type="video/mp4"></video>

View file

@ -1,3 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<style type="text/css">
video {
@ -7,4 +10,7 @@ video {
}
</style>
{{{body}}}
<video width="100%" controls src="https://spee.ch/{{claimId}}/{{name}}.mp4" type="video/mp4"></video>
</body>
</html>