WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php ob_start(); page_content(2); //When contentblock 2 is used$content2=ob_get_contents(); ob_end_clean(); if ($content2<>"") { ?> <div class="someclass"> <?php echo $content2; ?> </div><?php } ?>