diff --git a/sapl/templates/base.html b/sapl/templates/base.html index dc0a499a5..ba211f25d 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -167,9 +167,10 @@ {% endblock base_header %} {# Content per se #} - {% block base_content %} -
- {% endblock %} + {% block vue_content %}
{% endblock %} + + {# Content per se #} + {% block base_content %}{% endblock %}