{% import 'apostrophe-ui:components/dropdowns.html' as dropdowns with context -%}
{{ dropdowns.base({ label: "Page Menu", items: data.contextMenu }, 'button', { buttonType: 'global' }) }}