pytask/templates/base.html
author anoop
Fri, 29 Jan 2010 22:18:29 +0530
changeset 8 825a497d95b0
parent 5 aea7e764c033
permissions -rw-r--r--
corrected views/user/register method

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