<div class="news_related theme_gray_light">
<div class="news_related_header">
<div class="fs-row">
<div class="fs-cell">
<div class="news_related_header_inner">
<h2 class="news_related_title">Related News</h2>
<a href="#" class="news_related_header_link">
<span class="news_related_header_link_label">See All News</span>
<span class="news_related_header_link_icon">
<svg class="icon icon_arrow_right">
<use href="/images/icons.svg#arrow_right" />
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="news_related_body">
<div class="fs-row">
<div class="fs-cell">
<div class="news_related_items js-carousel" aria-label="Related News" data-carousel-options='{"contained": false, "matchWidth": false, "maxWidth": "979px"}'>
<div class="news_related_item">
<figure class="news_related_item_figure">
<a class="news_related_item_figure_link" href="page-news-detail.html" aria-label="Read more about The Mount welcomes inaugeral VP for diversity, equity and justice" tabindex="-1">
<img class="news_item_image" srcset="https://images.fastspot.com/mount-saint-marys-university/980x654/1 980w, https://images.fastspot.com/mount-saint-marys-university/740x494/1 740w, https://images.fastspot.com/mount-saint-marys-university/500x334/1 500w, https://images.fastspot.com/mount-saint-marys-university/300x200/1 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x200/1" alt="" loading="lazy" width="300" height="200">
</a>
<div class="news_related_item_category">
<a class="news_related_item_category_link" href="#">Leadership</a>
</div>
</figure>
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
<a href="page-news-detail.html" class="news_related_item_title_link">
<span class="news_related_item_title_link_inner">
<span class="news_related_item_title_link_label">The Mount welcomes inaugeral VP for diversity, equity and justice</span><span class="news_related_item_title_link_icon" data-nowrap="true" aria-hidden="true">
<svg class="icon icon_arrow_right">
<use href="/images/icons.svg#arrow_right" />
</svg>
</span>
</span>
</a>
</h2>
</div>
<div class="news_related_item_body">
</div>
</div>
</div>
<div class="news_related_item">
<figure class="news_related_item_figure">
<a class="news_related_item_figure_link" href="page-news-detail.html" aria-label="Read more about A New Way to Connect" tabindex="-1">
<img class="news_item_image" srcset="https://images.fastspot.com/mount-saint-marys-university/980x654/2 980w, https://images.fastspot.com/mount-saint-marys-university/740x494/2 740w, https://images.fastspot.com/mount-saint-marys-university/500x334/2 500w, https://images.fastspot.com/mount-saint-marys-university/300x200/2 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x200/2" alt="" loading="lazy" width="300" height="200">
</a>
<div class="news_related_item_category">
<a class="news_related_item_category_link" href="#">Diversity & Inclusion</a>
</div>
</figure>
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
<a href="page-news-detail.html" class="news_related_item_title_link">
<span class="news_related_item_title_link_inner">
<span class="news_related_item_title_link_label">A New Way to Connect</span><span class="news_related_item_title_link_icon" data-nowrap="true" aria-hidden="true">
<svg class="icon icon_arrow_right">
<use href="/images/icons.svg#arrow_right" />
</svg>
</span>
</span>
</a>
</h2>
</div>
<div class="news_related_item_body">
</div>
</div>
</div>
<div class="news_related_item">
<figure class="news_related_item_figure">
<a class="news_related_item_figure_link" href="page-news-detail.html" aria-label="Read more about The power of prayer" tabindex="-1">
<img class="news_item_image" srcset="https://images.fastspot.com/mount-saint-marys-university/980x654/3 980w, https://images.fastspot.com/mount-saint-marys-university/740x494/3 740w, https://images.fastspot.com/mount-saint-marys-university/500x334/3 500w, https://images.fastspot.com/mount-saint-marys-university/300x200/3 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x200/3" alt="" loading="lazy" width="300" height="200">
</a>
<div class="news_related_item_category">
<a class="news_related_item_category_link" href="#">Leadership</a>
</div>
</figure>
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
<a href="page-news-detail.html" class="news_related_item_title_link">
<span class="news_related_item_title_link_inner">
<span class="news_related_item_title_link_label">The power of prayer</span><span class="news_related_item_title_link_icon" data-nowrap="true" aria-hidden="true">
<svg class="icon icon_arrow_right">
<use href="/images/icons.svg#arrow_right" />
</svg>
</span>
</span>
</a>
</h2>
</div>
<div class="news_related_item_body">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END: Related News -->
{#
{% include '@component-related-news' with {
title: 'Title',
description: 'Description',
items: [
{
image: '1',
title: 'Item Title',
description: 'Item Description'
}
]
} %}
#}
<div class="news_related{% if theme %} theme_{{ theme }}{% endif %}">
{% if title or description %}
<div class="news_related_header">
<div class="fs-row">
<div class="fs-cell">
<div class="news_related_header_inner">
{% if title %}
<h2 class="news_related_title">{{ title }}</h2>
{% endif %}
{% if link %}
<a href="{{ link.url }}" class="news_related_header_link">
<span class="news_related_header_link_label">{{ link.label }}</span>
<span class="news_related_header_link_icon">{{ icon("arrow_right") }}</span>
</a>
{% endif %}
{% if description %}
<div class="news_related_description">
<p>{{ description }}</p>
</div>
{% endif %}
</div>
</div>
</div>
</div>
{% endif %}
<div class="news_related_body">
<div class="fs-row">
<div class="fs-cell">
<div class="news_related_items js-carousel" aria-label="{% if title %}{{ title }}{% else %}Related News{% endif %}" data-carousel-options='{"contained": false, "matchWidth": false, "maxWidth": "979px"}'>
{% for item in items %}
<div class="news_related_item">
{% if item.image %}
<figure class="news_related_item_figure">
{% if item.url %}
<a class="news_related_item_figure_link" href="{{ item.url }}" aria-label="Read more about {{ item.title }}" tabindex="-1">
{% endif %}
{% include '@partial-image' with {
class: 'news_item',
alt: '',
image: item.image,
loading: 'lazy',
sources: [
img.classic.med,
img.classic.sml,
img.classic.xsml,
img.classic.xxsml
]
} %}
{% if item.url %}
</a>
{% endif %}
{% if item.category %}
<div class="news_related_item_category">
<a class="news_related_item_category_link" href="{{ item.category.url }}">{{ item.category.label }}</a>
</div>
{% endif %}
</figure>
{% endif %}
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
{% if item.url %}
{% include '@partial-link' with {
class: 'news_related_item_title',
title: item.title,
url: item.url,
icon: 'arrow_right',
nowrap: true
} %}
{% else %}
{{ item.title }}
{% endif %}
</h2>
</div>
<div class="news_related_item_body">
{% if item.date or item.author %}
{% render '@partial-news-details' with {
item: item
} %}
{% endif %}
{% if item.description %}
<div class="news_related_item_description">
<p>{{ item.description }}</p>
</div>
{% endif %}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<!-- END: Related News -->
No notes defined.