templates/base.html
author nishanth
Tue, 20 Apr 2010 21:53:19 +0530
changeset 19 4911302379ac
parent 5 9a671f3eb24c
child 52 adab2d07981a
permissions -rw-r--r--
the basic quiz workflow is ready

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