templates/app/about.html.twig line 1
{% extends 'app/index.html.twig' %} {% block title %} {% trans %} About us {%
endtrans %} {% endblock %} {% block content %}
<style>
body {
margin: 30; /* Reset default margin */
}
iframe {
display: block; /* iframes are inline by default */
background: #000;
border: none; /* Reset default border */
height: 100vh; /* Viewport-relative units */
width: 100vw;
}
</style>
<iframe
src="https://blog.erawdha-dz.com/"
height="100%"
width="100%"
frameborder="0"
>Your browser doesnot support iframes<a href="https://blog.erawdha-dz.com/">
click here to view the page directly.
</a></iframe
>
{% endblock %}