CE Thesis movies

This commit is contained in:
Matthew Dillon 2015-06-21 16:00:35 -08:00
parent 83909b0570
commit 9896dcbb19
4 changed files with 71 additions and 2 deletions

View file

@ -0,0 +1,16 @@
<div class="row gutter">
<div class="column-2">
<h3>{{ index .Params 1 }}</h3>
</div>
<div class="embed video-player column-14">
<iframe
class="youtube-player"
type="text/html"
width="640"
height="385"
src="http://www.youtube.com/embed/{{ index .Params 0 }}"
allowfullscreen
frameborder="0">
</iframe>
</div>
</div>