| Index: templates/blank.tmpl |
| diff --git a/templates/blank.tmpl b/templates/blank.tmpl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6faa63ea387575ea0408d7fc055134a226e3fd67 |
| --- /dev/null |
| +++ b/templates/blank.tmpl |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <title>{{ title }}</title> |
| + {% block head %} |
| + {{ head|safe }} |
| + {% endblock %} |
| + </head> |
| + <body> |
| + {{ body|safe }} |
| + </body> |
| +</html> |