pytask/templates/base.html
author nishanth
Fri, 29 Jan 2010 23:23:33 +0530
changeset 9 554581fa3253
parent 5 aea7e764c033
permissions -rw-r--r--
corrected a bug in task/view.html .

<html>
<head>
    <title>{% block title %}PyTasks{% endblock %}</title>
</head>
<body>
<h2><a href="/">PyTasks</a></h2><br />{% block content %}This is the default content{% endblock %}</body>
</html>