X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/dd29640e817a6a371960fc73d12e75db8626f2ee..HEAD:/Resources/views/mail/base.html.twig diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig index b7be100..ef4bad1 100644 --- a/Resources/views/mail/base.html.twig +++ b/Resources/views/mail/base.html.twig @@ -1,10 +1,33 @@ - - - - {% block title %}Welcome!{% endblock %} - {% block stylesheets %}{% endblock %} - - - {% block body %}{% endblock %} - - +{% extends '@RapsysAir/base.html.twig' %} +{% block stylesheet %} + + + {% if locale is defined and locale %}{% endif %} + +{% endblock %} +{% block body %} + + + + + +
{{ title.site|escape('html_attr') }}

{{ title.site }}

+ {% block content %}{% endblock %} + + + + + +{% endblock %}