Hi,
is there a way to check in the template if a content path exists and only show the content if it does?
Something like this:
<f:if condition="{content.teaser}">
  {content.teaser -> f:format.raw()}
</f:if>
I'm new to Neos and not quite sure how to handle this.
Thanks!