changeset 5 | aea7e764c033 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/base.html Fri Jan 29 19:27:26 2010 +0530 @@ -0,0 +1,7 @@ +<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>