aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/index.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-06-21 16:25:27 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-06-21 16:25:27 +1200
commitf88e899274b097317db496245758181b43c1d72a (patch)
tree3478166530e98a9c63ab6823198e11ce13263090 /libpathod/templates/index.html
parentf0fd33fb11513a3e74079eaed5f5c1b8bb4e561d (diff)
downloadmitmproxy-f88e899274b097317db496245758181b43c1d72a.tar.gz
mitmproxy-f88e899274b097317db496245758181b43c1d72a.tar.bz2
mitmproxy-f88e899274b097317db496245758181b43c1d72a.zip
Built-in app: Index page.
Diffstat (limited to 'libpathod/templates/index.html')
-rw-r--r--libpathod/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html
index 396137d6..07145b85 100644
--- a/libpathod/templates/index.html
+++ b/libpathod/templates/index.html
@@ -1,4 +1,4 @@
-{% extends frame.html %}
+{% extends "frame.html" %}
{% block body %}
- {% include previewform.html %}
-{% end %}
+ {% include "previewform.html" %}
+{% endblock %}