view gpp/templates/bio/base.html @ 530:06baec10cd20

Update MP3 compilation block with a link to the 2011 comp on archive.org.
author Brian Neal <bgneal@gmail.com>
date Fri, 23 Dec 2011 22:55:19 +0000
parents 88b2b9cb8c1f
children
line wrap: on
line source
{% extends 'base.html' %}
{% block custom_css %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/bio.css" />
{% block bio_css %}{% endblock %}
{% endblock %}
{% block content %}
{% endblock %}