{% extends 'base.html.twig' %}
{% block body %}
<article>
<h2><span class="toptext">About Us</span><br/>par mums</h2>
<img src="{{ asset('_images/around-the-globe.png') }}" alt="Around the globe">
<p>{{ 'AboutUs.Line1'|trans|raw }}</p>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Q3yOlqwXuyE" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</article>
{% endblock %}
{% block javascripts %}
{% endblock %}