1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 {% block title %}{% endblock %}
</title>
7 <link rel=
"stylesheet" href=
"/site_media/style.css" type=
"text/css" />
8 <script type=
"text/javascript" src=
"/site_media/jquery.js"></script>
10 {% block external %}{% endblock %}
12 <h1>{% block head %}{% endblock %}
</h1>
13 {% block content %}{% endblock %}