diff --git a/src/Python/flask/web/templates/control.html b/src/Python/flask/web/templates/control.html index 519402f..93b9b46 100644 --- a/src/Python/flask/web/templates/control.html +++ b/src/Python/flask/web/templates/control.html @@ -1,6 +1,8 @@ -{% extends 'base.html' %} {% block head %} +{% extends 'base.html' %} +{% block head %} -{% endblock %} {% block content %} +{% endblock %} +{% block content %}
@@ -11,8 +13,8 @@