I would like to be able to anticipate when the <jdoc:include type="component" /> is not returning any content.
Something like this:
<?php if( count(<jdoc:include type="component" />)>=1 ) : ?>
<jdoc:include type="component" />
<?php else :?>
Sorry No Content
<?php endif ; ?>
Searched all over but can't find anything that speaks to this. Sorry if this is remedial.