<!DOCTYPE html><html> <head> <title>Accounting Gateway - {% block title %}{% endblock %}</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> {{ encore_entry_link_tags('app') }} {% block style %}{% endblock %} </head> <body> {% block body %} {% endblock %} {% block script %}{% endblock %} </body></html>