templates/base.html
author nishanth
Thu, 22 Apr 2010 05:41:35 +0530
changeset 48 aae2f69ba89c
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
updated the que_dump template to show the question properly.

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