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).
Aug 1, 2017 11:34 AM - edited Aug 1, 2017 11:35 AM
Is there a variable I can check to distinguish if the current is for a blog post of blog listing?
Perhaps something like this:
{% if content.post_body == 'True' %}{{ html }}{% endif %}
Solved! Go to Solution.
Aug 1, 2017 11:40 AM
Aug 1, 2017 11:40 AM
{% if content.post_body %}{{ html }}{% endif %}
No need for =='True'