<a class="hover-label<?php if( $this->position ): ?> <?= $this->position; ?><?php endif; ?>">
    <?php $this->block('label'); ?>
        <?= $this->label; ?>
    <?php $this->endblock(); ?>
    <span class="hover-overlay">
        <?php $this->block('content'); ?>
        <?php if( is_string($this->content) ): ?>
            <?= $this->content; ?>
        <?php endif; ?>
        <?php $this->endblock(); ?>
    </span>
</a>
