view gpp/templates/bio/base.html @ 543:fc564c209899

Created a .hgignore file.
author Brian Neal <bgneal@gmail.com>
date Thu, 12 Jan 2012 20:15:28 -0600
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 %}