New in 2.3.x
Inline Widget Tag
{% widget 'FolderName' %}
Renders a widget inline within any theme template, without needing a widget area. The folder name must match an installed and active widget. Example:
{% widget 'Paywall' %}
{% widget 'RecentPosts' %}