{% extends 'base.html.twig' %}
{% block meta_title %}
{% set metaTitle = "Huguenot Tunnel | A Sanral Project" %}
{{ metaTitle }}
{% endblock %}
{% block meta_decription %}
{% set metaTitle = "Huguenot Tunnel | A Sanral Project" %}
{% set metaDescription = "Huguenot Tunnel | A Sanral Project" %}
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="Sanral" />
<meta name="twitter:title" content="{{ metaTitle }}" />
<meta name="twitter:description" content="{{ metaDescription }}" />
<meta name="twitter:image" content="https://ap-live.nerdw.com/images/banner/about-banner.jpg" />
<meta name="twitter:url" content="{{ app.request.uri }}" />
<meta name="og:image" content="https://ap-live.nerdw.com/images/banner/about-banner.jpg" />
<meta name="og:title" content="{{ metaTitle }}" />
<meta name="og:description" content="{{ metaDescription }}" />
<meta name="og:url" content="{{ app.request.uri }}" />
<meta name="description" content="{{ metaDescription }}">
{% endblock %}
{% block stylesheets %}
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
{{ parent() }}
{% endblock %}
{% block layout %}
<!-- Banner -->
<div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5df0cc2408fb2 fl-row-bg-overlay" data-node="5df0cc2408fb2">
<div class="fl-row-content-wrap">
<div class="uabb-row-separator uabb-top-row-separator"></div>
<div class="fl-row-content fl-row-fixed-width fl-node-content">
<div class="fl-col-group fl-node-5df0cc241071e" data-node="5df0cc241071e">
<div class="fl-col fl-node-5df0cc2410ab4" data-node="5df0cc2410ab4">
<div class="fl-col-content fl-node-content">
<div class="fl-module fl-module-pp-heading fl-node-5df0cc2408273" data-node="5df0cc2408273">
<div class="fl-module-content fl-node-content">
<div class="pp-heading-content">
<div class="pp-heading pp-left">
<h2 class="heading-title">
<span class="title-text pp-primary-title">Press releases</span>
</h2>
</div>
<div class="pp-heading-separator line_only pp-left">
<span class="pp-separator-line"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uabb-js-breakpoint" style="display: none;"></div>
<div class="fl-row-content fl-row-fixed-width fl-node-content">
<div class="fl-col-group fl-node-5df0cb87557d2" data-node="5df0cb87557d2">
<div class="fl-col fl-node-5df0cb8755b37" data-node="5df0cb8755b37">
<div class="fl-col-content fl-node-content">
<div class="fl-module fl-module-pp-content-grid fl-node-5df0cb875259e" data-node="5df0cb875259e">
<div class="fl-module-content fl-node-content">
<div class="pp-posts-wrapper pp-posts-initiated">
<div class="pp-content-post-grid pp-masonry-active clearfix row" itemscope="itemscope" itemtype="http://schema.org/Blog" style="position: relative; height: 561.075px;">
{% for data in press_releases %}
{% set image = data.banner %}
<div class="pp-content-post pp-content-grid-post pp-grid-style-2 post-59 post type-post status-publish format-standard has-post-thumbnail hentry category-press-releases col-4">
<div class="pp-content-grid-image pp-post-image">
<div class="pp-post-featured-img">
<div class="fl-photo fl-photo-align-center" itemscope="" itemtype="https://schema.org/ImageObject">
<div class="fl-photo-content fl-photo-img-jpg">
<a href="{{ path('press_release_article', {'id': data.id, 'title': data.title|replace({' ':'-','&':'-and-'})}) }}" target="_self" itemprop="url">
<img loading="lazy" class="img-fluid fl-photo-img wp-image-57 size-large" src="{{ asset('images/press_releases/' ~ image) }}" alt="road-construction3"" />
</a>
</div>
</div>
</div>
</div>
<div class="pp-content-grid-inner pp-content-body clearfix">
<div class="pp-content-post-data">
<h3 class="pp-content-grid-title pp-post-title min-height-100 three-line-teaser" itemprop="headline">
<a href="{{ path('press_release_article', {'id': data.id, 'title': data.title|replace({' ':'-','&':'-and-'})}) }}">
{{ data.title|raw }}
</a>
</h3>
<span class="pp-post-title-divider"></span>
<div class="pp-content-post-meta pp-post-meta">
<span class="pp-content-post-author">
By <span>Huguenot</span>
</span>
<span> | </span>
<span class="pp-content-grid-date">{{ data.datePublished|date('M d Y') }} </span>
</div>
<div class="pp-content-grid-content pp-post-content three-line-teaser">
{{ data.copy|markdown_to_html }}
</div>
<div class="pp-content-grid-more-link clearfix">
<a class="pp-content-grid-more pp-more-link-button" href="{{ path('press_release_article', {'id': data.id, 'title': data.title|replace({' ':'-','&':'-and-'})}) }}">
Read More
</a>
</div>
</div>
</div>
</div>
{% endfor %}
<div class="pp-grid-space"></div>
</div>
<div class="fl-clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}