templates/base.html
author nishanth
Wed, 30 Jun 2010 10:33:03 +0530
changeset 72 665287ab8e3a
parent 52 adab2d07981a
permissions -rw-r--r--
now the checking for admin key is done via urls

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