Magento2 if else

在Magento2中php如何使用if语句

使用语法如下:

<?php if($block->getData('widgetcontent')): ?>
 <h2 class='belvg-widget-content'><?php echo $block->getData('widgetcontent'); ?></h2>
<?php endif; ?>