I am new to HubSpot and I am trying to create a custom module (HTML) but I want the text sections to be variables so non-programmers could edit the content easily when creating pages. Here is what I have inside my HTML module:
<h1> {{ module.title }} </h1>
But when I add this module to a template/page it says “This component has no editable fields”.