{{~#eq type "VIEW"~}}{{> @macro/widgets/portlet-detail/portlet-view.hbs}}{{~/eq~}}
{{~#eq type "LIST"~}}{{> @macro/widgets/portlet-detail/portlet-list.hbs}}{{~/eq~}}
{{~#eq type "CHART"~}}{{> @macro/widgets/portlet-detail/portlet-chart.hbs}}{{~/eq~}}
{{~#eq type "HTML"~}}{{> @macro/widgets/portlet-detail/portlet-html.hbs}}{{~/eq~}}
{{~#eq type "TOOLBAR"~}}{{> @macro/widgets/portlet-detail/portlet-toolbar.hbs}}{{~/eq~}}
{{~#eq type "ACTIONBAR"~}}{{> @macro/widgets/portlet-detail/portlet-actionbar.hbs}}{{~/eq~}}
{{~#eq type "CUSTOM"~}}{{> @macro/widgets/portlet-detail/portlet-custom.hbs}}{{~/eq~}}
{{~#eq type "CONTAINER"~}}{{> @macro/widgets/portlet-detail/portlet-container.hbs}}{{~/eq~}}
{{~#eq type "RAWITEM"~}}{{> @macro/widgets/portlet-detail/portlet-rawitem.hbs}}{{~/eq~}}
{{~#eq type "APPMENU"~}}{{> @macro/widgets/portlet-detail/portlet-appmenu.hbs}}{{~/eq~}}