diff --git a/web/templates/base.html b/web/templates/base.html index 5813c63..e0c1548 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,5 +1,13 @@ - + + + {% block title %} + Host-add service + {% endblock %} + + + {% block content %} {% endblock %} - + +