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