mitmproxy/libmproxy/onboarding/templates/frame.html
Aldo Cortesi 8a8437470e Move onboarding app to Tornado
Two reasons for this. First, this removes flask and its dependencies, which are
quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask
dependency. I just don't have time to fix this upstream, so doing what we
should be doing anyway is a no-brainer.
2014-12-27 23:06:51 +13:00

10 lines
170 B
HTML

{% extends "layout.html" %}
{% block content %}
<div class="row">
<div class="span12">
{% block body %}
{% end %}
</div>
</div>
{% end %}