Below is the file 'templates/base.html' from this revision. You can also download the file.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www
<html>
<head>
<title>memes.angrygoats.net :: $(page_title)</title>
<link rel="stylesheet" href="$static_join('memes.css')" type="text/css" media="screen" />
</head>
<body>

<div align="center">
	<script type="text/javascript"><!--
	google_ad_client = "pub-9483024257119602";
	google_ad_width = 728;
	google_ad_height = 90;
	google_ad_format = "728x90_as";
	google_ad_type = "text_image";
	google_ad_channel ="";
	//--></script>
	<script type="text/javascript"
	  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
	</script>
</div>

<h1 id="pageTitle">memes.angrygoats.net</h1>

#block body
#end block

</body>
</html>