templates/base.html
author nishanth
Wed, 21 Apr 2010 11:08:44 +0530
changeset 28 456b7b9e3d13
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
created a question bank xml file and created a seed_que command for adding questions to db from xml

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