{% block javascripts %}
{# Google Maps #}
{% do assets.add('//maps.googleapis.com/maps/api/js?sensor=false') %}
{{ parent() }}
{% endblock %}
but then I get the following error message:
Calling "parent" on a template that does not extend nor "use" another template is forbidden in "@Page:/is/htdocs/***/***/***/user/pages/02.kanzlei/03.kontakt" at line 5
---