diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-02-27 11:38:02 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-02-27 11:38:02 (GMT) |
commit | 36d8f7e5604f62bb51dcdb4dee4cc013bd0abda2 (patch) | |
tree | 8eb8aab36c2ca8f362b0f1bf555b7d229c88a136 /templates/base.html |
First commit
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..2ed539e --- /dev/null +++ b/templates/base.html @@ -0,0 +1,11 @@ +<html> + +<head> + <title>{% block title %}{% endblock %}</title> +</head> + +<body> +{% block content %}{% endblock %} +</body> + +</html>
\ No newline at end of file |