templates/base.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 12:12:06 +0530
changeset 273 8318df7e2d52
parent 255 2bca2008fbe3
child 291 5daf523e20b4
permissions -rw-r--r--
created a view for browising thro notifications

<html>
<head>
    <title>{% block title %}PyTasks{% endblock %}</title>
    {% block js_script %} {% endblock %}
</head>

<body>
{% block content %}
<h2><a href="/">PyTasks</a></h2>
{% endblock %}
</body>
</html>