templates/base.html
author nishanth
Wed, 21 Apr 2010 00:51:20 +0530
changeset 27 6233cf13fc12
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
added the time left info on disp question page

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