templates/base.html
author nishanth
Mon, 26 Apr 2010 07:48:53 +0530
changeset 55 8d78e1e62424
parent 52 adab2d07981a
permissions -rw-r--r--
changed the way time_left is displayed

<html>
<head>
<title>
{% block title %}
{% endblock %}
</title>
{% block script %}
{% endblock %}
</head>
<body{% block onload %}{% endblock %}>
{% block content %}
{% endblock %}
</body>
</html>