Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /html/hilker-solar-dev/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /html/hilker-solar-dev/vendor/symfony/error-handler/ErrorHandler.php on line 76

Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /html/hilker-solar-dev/vendor/symfony/error-handler/ErrorHandler.php on line 191
Symfony Profiler

templates/_components/_modal.html.twig line 1

Open in your IDE?
  1. <div id="{{ modal_id }}" class="modal">
        <div class="modal-background"></div>
        <div class="modal-content">
            {% block modal_content %}{% endblock %}
        </div>
        <button class="modal-close is-large" aria-label="close"></button>
    </div>