Mercurial > public > bravenewsurf
view bns_website/templates/videos.html @ 59:f8858447adda
Added YouTube embed code for a playlist of the bands on the comp to the videos page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 17 Nov 2011 20:17:14 -0600 |
parents | f2cb9b2ec552 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% load core_tags %} {% block title %}Watch{% endblock %} {% block content %} {% navbar 'videos' %} <h1>Watch</h1> <p>Enjoy some videos from the bands that performed on the <em>Brave New Surf</em> compilation.</p> <iframe width="853" height="480" src="http://www.youtube-nocookie.com/embed/videoseries?list=PL26E22C14D94D323F&hl=en_US" frameborder="0" allowfullscreen></iframe> {% endblock %}