aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/templates/frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/templates/frame.html')
-rw-r--r--pathod/templates/frame.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/pathod/templates/frame.html b/pathod/templates/frame.html
deleted file mode 100644
index 4223458d..00000000
--- a/pathod/templates/frame.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "layout.html" %} {% block content %}
-<div class="row">
- <div class="span12">
- {% block body %} {% endblock %}
- </div>
-</div>
-{% endblock %}