view bns_website/templates/videos.html @ 49:a4e0b03e5c00

First attempt at the buy page. Corrected some HTML5 validation problems.
author Brian Neal <bgneal@gmail.com>
date Fri, 11 Nov 2011 19:55:12 -0600
parents f2cb9b2ec552
children f8858447adda
line wrap: on
line source
{% extends 'base.html' %}
{% load core_tags %}
{% block title %}Watch{% endblock %}
{% block content %}
{% navbar 'videos' %}
<h1>Watch</h1>
<p><strong>TODO</strong>: embed some YouTube videos of the bands.</p>
{% endblock %}