We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Nov 30, 2022 8:02 AM
Hi everyone!
I contacted Hubspot support but they weren't able to help me with this.
My development team has created a HTML +HubL page in the designer tool. It looks amazing in the preview, but after they publish it, it is nowhere to be found... We've created previous HTML pages and they show up in templates when trying to add them into the Landing Page, but not this one. Where could this be? Or how can I implement it?
Thank you in advance,
Best regards,
Rita
Solved! Go to Solution.
Nov 30, 2022 9:48 AM
Hi @RitaM,
every template requires the template informations like
<!--
templateType: page
isAvailableForNewContent: true
label: YOUR TEMPLATE NAME
-->
at the very top.
If "isAvailableForNewContent" is set to "false" then it won't show up in your template selection.
Also check the label - if the dev-team cloned it from an existing templte it might have the same name
best,
Anton
Nov 30, 2022 5:01 PM
Nov 30, 2022 9:48 AM
Hi @RitaM,
every template requires the template informations like
<!--
templateType: page
isAvailableForNewContent: true
label: YOUR TEMPLATE NAME
-->
at the very top.
If "isAvailableForNewContent" is set to "false" then it won't show up in your template selection.
Also check the label - if the dev-team cloned it from an existing templte it might have the same name
best,
Anton