How to include component with dialog box on template with sightly?
Not sure if these is even possible, but I want to include a component on a template so its on every page by default. But I also want to give content authors the ability to overwrite the content using the dialog box. Is this possible?
Currently,
I'm using this code on my base page template
<div data-sly-resource="${'root' @ resourceType='website/wcm/www/components/global/cu3_contact_bar'}"></div>While it embeds the component on every page, the component isn't author-able. Any ideas?

