<div class="interlinks-columns-wrapper">
 <?php if($interlinks_defaults['show_title'] == 1 && trim($interlinks_defaults['title']) != ""): ?>
 <h2><?php echo static::e($interlinks_defaults['title']); ?></h2>
 <?php endif; ?>
 <div class="interlinks-columns columns-<?php echo static::e($settings['slides_per_view']); ?>">
 <?php $ribbon_cnt =@1; ?>
 <?php $__currentLoopData = $interlinks; $this->addLoop($__currentLoopData); foreach($__currentLoopData as $l_id=>$l): $this->incrementLoopIndices(); $loop = $this->getFirstLoop(); ?>
 <article class="interlink-item" data-mh="interlink-item">
 <?php echo $this->runChild($views_folder .'.'.$l['anchor_type'], ['link' => $l]); ?>
 </article>

 <?php $ribbon_cnt++; ?>
 <?php if($ribbon_cnt > 9): ?>
 <?php $ribbon_cnt =@1; ?>
 <?php endif; ?>
 <?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
 </div>
</div>