
{{ get_the_title($post->ID) }}
@php
$intro = get_field('mosselmail__introduction', $post->ID);
$excerptRender = strip_tags(substr($intro, 0, 200));
if(!empty($excerptRender) && (strlen($intro) > 200)) {
$excerptRender .= ' ...';
}
?>



