diff --git a/app/templates/base.html b/app/templates/base.html index 7ba542ef15d68fa991b3787b065bed6e36be8509..7bfd361861ab5e6ffc8bb18ba089a2ebfb871ef7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -10,7 +10,7 @@ <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.ico') }}"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> </head> - <body> + <body {% block body_attr %}{% endblock %}> {% include "navbar.html" %} <div class="wrapper"> {% block body %}