diff options
Diffstat (limited to 'templates/base_simple.html')
| -rw-r--r-- | templates/base_simple.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/base_simple.html b/templates/base_simple.html deleted file mode 100644 index 9af40b8..0000000 --- a/templates/base_simple.html +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE HTML> -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta name="ROBOTS" content="INDEX, FOLLOW" /> - - <title>{% block title %}Mail app{% endblock %}</title> - <meta name="author" content="" /> - - <meta name="dc.language" content="en" /> - - <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css" /> - - {% block additional_headers %} - {% endblock %} -</head> - -<body> - - <div class="content"> - {% block content %} - {% endblock %} - </div> - -</body> -</html> |
