templates/base.html
author nishanth
Thu, 22 Apr 2010 05:33:07 +0530
changeset 47 8a837762531b
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
added all the day1 quiz2 questions

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