Hi everyone! I hope you are doing great! I creatin...
# help
d
Hi everyone! I hope you are doing great! I creating a theme and browsing the files I found this
Copy code
{% 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