<?php $this->extend('block_unsearchable'); ?>

<?php $this->block('content'); ?>

<?php if($this->message): ?>
<div class="alert alert-warning alert-dismissible fade show" role="alert">
  <strong><?php echo $this->message; ?></strong>
  <button type="button" class="close" data-dismiss="alert" aria-label="Close">
    <span aria-hidden="true">&times;</span>
  </button>
</div>
<?php endif; ?>

<?php echo $this->products; ?>
<?php echo $this->custom; ?>

<?php $this->endblock(); ?>
