* @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;
/** @var \Joomla\Component\Content\Site\View\Featured\HtmlView $this */
?>
    params->get('show_page_heading') != 0) : ?>
    
    
    lead_items)) : ?>
        
            lead_items as &$item) : ?>
                
                        item = & $item;
                        echo $this->loadTemplate('item');
                        ?>
                
            
        
    
    intro_items)) : ?>
        params->get('blog_class', ''); ?>
        params->get('num_columns') > 1) : ?>
            params->get('multi_column_order', 0) === 0 ? ' masonry-' : ' columns-'; ?>
            params->get('num_columns'); ?>
        
        
        intro_items as $key => &$item) : ?>
            
                    item = & $item;
                    echo $this->loadTemplate('item');
                    ?>
            
        
        
    
    link_items)) : ?>
        
            loadTemplate('links'); ?>
        
    
    params->def('show_pagination', 2) == 1  || ($this->params->get('show_pagination') == 2 && $this->pagination->pagesTotal > 1)) : ?>
        
            params->def('show_pagination_results', 1)) : ?>
                
                    pagination->getPagesCounter(); ?>
                
            
            pagination->getPagesLinks(); ?>