diff options
Diffstat (limited to 'design/templates/comments/base.html')
-rw-r--r-- | design/templates/comments/base.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/design/templates/comments/base.html b/design/templates/comments/base.html deleted file mode 100644 index 9828ff6..0000000 --- a/design/templates/comments/base.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>{% block title %}{% endblock %}</title> -</head> -<body> - {% block content %}{% endblock %} -</body> -</html> |