templates/base.html
author nishanth
Wed, 21 Apr 2010 13:21:13 +0530
changeset 32 5e1f3c46ef7f
parent 19 4911302379ac
child 52 adab2d07981a
permissions -rw-r--r--
added .bak file

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