X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/0189d94eedbc0896039113bd087f1542605026d6..73d3287ce9876d651f4e02eae59ed196fab75192:/templates/mail/_base.html.twig diff --git a/templates/mail/_base.html.twig b/templates/mail/_base.html.twig new file mode 100644 index 0000000..23eea6d --- /dev/null +++ b/templates/mail/_base.html.twig @@ -0,0 +1,43 @@ +{% extends '@RapsysBlog/_base.html.twig' %} +{% block head %} + + + {% if head.locale is defined and head.locale %}{% endif %} + + {{ subject }} + +{% endblock %} +{% block header %} + + + + {##} + + + + +{% endblock %} +{% block message %}{% endblock %} +{% block footer %} + + + + + +
{{ head.logo.alt }}{{ head.logo.alt }}

{{ head.site }}

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