X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/76c4701293b95ce4cfeb71f1ced09b52626824c8..9102b3ce4c7faabec415dfc911663024e55964b4:/Resources/views/mail/_base.html.twig diff --git a/Resources/views/mail/_base.html.twig b/Resources/views/mail/_base.html.twig new file mode 100644 index 0000000..d50bf52 --- /dev/null +++ b/Resources/views/mail/_base.html.twig @@ -0,0 +1,44 @@ +{% extends '@RapsysBlog/_base.html.twig' %} +{% block head %} + + + {% if head.locale is defined and head.locale %}{% endif %} + + {{ subject }} + +{% endblock %} +{% block links %}{% endblock %} +{% block header %} + + + + {##} + + + + +{% endblock %} +{% block message %}{% endblock %} +{% block footer %} + + + + + +
{{ head.logo.alt }}{{ head.logo.alt }}

{{ head.site }}

{{ copy.long }} - {{ copy.short }}
+{% endblock %}