The widget tag specifies a widget zone that is replaced with dynamically rendered widgets at runtime. The widget zones available in the theme are defined in the theme configuration.
Parameter
The tag requires a widget zone name as its parameter.
Example
{% widget "footer-one" %}
When the view engine finds the above tag, it renders the widgets added to footer-one
widget zone in the widget area from administration.