summaryrefslogtreecommitdiff
path: root/res/templates/base.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-03 18:30:28 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-05 19:04:32 +0300
commit9ae959fe5c02635cb542f8d1dd915c8f02ef8da0 (patch)
tree434f320cfacccf9bb6c3cc43bfdb2e42a0b8880d /res/templates/base.html
parentfe6e8404dcfbcce6bdf44b8ada444cd715d697f4 (diff)
mv templates -> template.d
Diffstat (limited to 'res/templates/base.html')
-rw-r--r--res/templates/base.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/res/templates/base.html b/res/templates/base.html
deleted file mode 100644
index 7369984d..00000000
--- a/res/templates/base.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
-<head>
- {% block head %}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>{% block title %}{% endblock %}</title>
- <link rel="shortcut icon" href="/static/img/favicon2.ico" />
-
- <link href="/static/css/style.css" rel="stylesheet" type="text/css">
- {% endblock %}
-</head>
-<body>
- <div id="content">{% block content %}{% endblock %}</div>
- <div id="footer">{% block footer %}{% endblock %}</div>
-</body>
-</html>