templates/base.html
author nishanth
Thu, 01 Jul 2010 16:40:24 +0530
changeset 83 76971eed55c6
parent 52 adab2d07981a
permissions -rw-r--r--
created basic view for editing questions

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