{% extends "base.html.twig" %}
{% block title %}Regulatory News Service{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('investor-relations') }}
{% endblock %}
{% block body %}
<div class="bg-light-green pt-xl-5">
<h1 class="mb-0 py-5 text-center text-white">Regulatory News Service<span class="yellow">.</span></h1>
<div class="container-fluid d-flex mt-xl-5 pb-7">
<div class="col-md-1"></div>
<div class="bg-light-grey col-md-10 col-12 overflow-hidden p-3 rounded-6" id="news-feed-container">
<iframe class="w-100" src="https://otp.tools.investis.com/clients/uk/fw_thorpe_plc/rns/regulatory-news.aspx?culture=en-GB" rel="nofollow noopener"></iframe>
</div>
<div class="col-md-1"></div>
</div>
</div>
{% endblock %}