Base2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{% block title %}
{% endblock %}
<!-- stylesheet -->
<!-- base stylesheet -->
<link href="/stylesheets/button_and_background.css" rel="stylesheet" type="text/css"/>
<!-- custom stylesheet -->
{% block style %}
{% endblock %}
<!-- javascript -->
<!-- base javascript -->
<script type="text/javascript" src = "/js/about_us.js" charset="utf-8"></script>
<!-- custom javascript -->
{% block javascript %}
{% endblock %}
</head>
 
<body>
<div>
{% include "sitetop.html" %}
</div>
{% block beforetopbar %}
{% endblock %}
<div>
{% include "siteside.html" %}
</div>
{% block aftertopbar %}
{% endblock %}
<br>
<br>
{% include "sitefoot.html" %}
</body>
</html>