pytask/templates/base.html
author nishanth
Fri, 29 Jan 2010 19:27:26 +0530
changeset 5 aea7e764c033
permissions -rw-r--r--
created views and templates for homepage,browse_task and added actions.

<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>