My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>{% block title %}{% endblock %}</title>
<meta name="author" content="Nathan Borror">
</head>
<body id="{% block body_id %}{% endblock %}">
<div id="body">
{% block body %}
<div>
{% block content_title %}{% endblock %}
</div>
<div class="content">
{% block content %}{% endblock %}
</div>
{% endblock %}
</div>
</body>
</html>
Show details Hide details

Change log

r2 by nat...@playgroundblues.com on Mar 26, 2008   Diff
Initial check in of basic apps.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 574 bytes, 22 lines
Hosted by Google Code