author | nishanth |
Tue, 06 Jul 2010 23:31:33 +0530 | |
changeset 89 | f8e25dea5222 |
parent 52 | adab2d07981a |
permissions | -rw-r--r-- |
5 | 1 |
<html> |
2 |
<head> |
|
3 |
<title> |
|
4 |
{% block title %} |
|
5 |
{% endblock %} |
|
6 |
</title> |
|
19 | 7 |
{% block script %} |
8 |
{% endblock %} |
|
5 | 9 |
</head> |
52
adab2d07981a
now the counter for questions start after the document has loaded completely
nishanth
parents:
19
diff
changeset
|
10 |
<body{% block onload %}{% endblock %}> |
5 | 11 |
{% block content %} |
12 |
{% endblock %} |
|
13 |
</body> |
|
14 |
</html> |