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