templates/base.html
author anoop
Mon, 15 Feb 2010 15:14:27 +0530
changeset 39 476613c3ab0a
parent 12 a93eebabfeb1
child 45 ab8918e654ae
permissions -rw-r--r--
Only logged in users can view user profile.

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