<?php $_shouldextend[1]=1; ?>
<?php $this->startSection('title', $title); ?>
<?php $this->startSection('content'); ?>
 <h2><?php echo \htmlentities($title, ENT_QUOTES, 'UTF-8', false); ?></h2>
 <?php $__empty_1 = true; foreach($products as $p): $__empty_1 = false; ?>
 <?php echo $this->runChild('partials.product-card', ['p' => $p]); ?>
 <?php endforeach; if ($__empty_1): ?>
 <p>No hay productos.</p>
 <?php endif; ?>
<?php $this->stopSection(); ?>
<?php if (isset($_shouldextend[1])) { echo $this->runChild('layouts.base'); } ?>