]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/views/mail/base.html.twig
Add RegisterType form with phone field extension
[airbundle] / Resources / views / mail / base.html.twig
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>{% block title %}Welcome!{% endblock %}</title>
5 {% block stylesheets %}{% endblock %}
6 </head>
7 <body>
8 {% block body %}{% endblock %}
9 </body>
10 </html>