From: Raphaƫl Gertz Date: Tue, 26 Nov 2019 22:54:40 +0000 (+0100) Subject: Remove base template use the common one X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/e460cdc5cbe581c41ffea5d78b9020b94bd06d71?hp=f615e78dc20ea6a777e5a99e9d1ad39450c159df Remove base template use the common one --- diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig deleted file mode 100644 index b7be100..0000000 --- a/Resources/views/mail/base.html.twig +++ /dev/null @@ -1,10 +0,0 @@ - - - - {% block title %}Welcome!{% endblock %} - {% block stylesheets %}{% endblock %} - - - {% block body %}{% endblock %} - -