templates/emails/footer.html.twig line 1

Open in your IDE?
  1. <html style='margin:0px; padding:0px;'>
  2. <body style='color:#000; font-family:Arial; font-size:14px; margin:0px; padding:10px;'>
  3. <div style=' width:1000px; background:#fff; color: #000; padding: 20px' >
  4.     <img src="https://llvd-avocats.be/img/group.svg" style="width: 150px ">
  5.     <br><br>
  6.     {% block body %}{% endblock %}
  7.     <br><br>
  8. </div>
  9. </body>
  10. </html>