damp-thailand-20027
05/16/2023, 12:28 PM{% block subscribe %}
<div class="container {{ config.name }}__subscribe">
{{ render(path('newsletter/subscribe')) }}
</div>
{% endblock %}
And this is rendering the NewsletterWidget subscribes molecule, how can I do this with other widgets?
As far as I know, widget are imported with the {% widget %}
block