diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..7ed337f --- /dev/null +++ b/templates/base.html @@ -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> |