diff --git a/web/templates/base.html b/web/templates/base.html index 43091e9..0e532f1 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -138,6 +138,18 @@ {% endif %} + {% if system_notification %} + + {% endif %} + {% block content %} {% endblock %}