33 lines
716 B
HTML
33 lines
716 B
HTML
<html>
|
|
<head>
|
|
<title>Alonzo's Church: @|section|</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0px;
|
|
padding: 10px;
|
|
}
|
|
|
|
#main {
|
|
background: #dddddd;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ?
|
|
"https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost +
|
|
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
var pageTracker = _gat._getTracker("UA-YYYYYYY-Y");
|
|
pageTracker._trackPageview();
|
|
</script>
|
|
|
|
<h1>Alonzo's Church: @|section|</h1>
|
|
<div id="main">
|
|
@body
|
|
</div>
|
|
</body>
|
|
</html>
|