templates/base.html
author nishanth
Thu, 01 Jul 2010 16:03:37 +0530
changeset 76 c84fc7ace0f5
parent 52 adab2d07981a
permissions -rw-r--r--
included help text for the method

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