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_youtube.html.twig line 1

Open in your IDE?
  1. {% embed "_components/_modal.html.twig" with {'modal_id': 'modal_yt_' ~ youtube_id} %}
        {% block modal_content %}
            <figure class="image is-16by9">
                <iframe id="yt_{{ youtube_id }}" class="has-ratio" width="560" height="315" src="https://www.youtube.com/embed/{{ youtube_id }}?enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
            </figure>
        {% endblock %}
    {% endembed %}