I already have a teaser view mode for my Case Study content type which gets output by views (content pane display). It uses the following tpl: <div class=”m-post m-post–case-study <?php print $ node->type?>” href=”<?php print $ node_url ?>”> <div> <div class=”m-post m-post–case-study__image large-3 medium-4 small-12 columns”><?php print render($ content[‘field_image’]); ?></div> </div> <div> <div class=”m-post__caption large-9Read more