16 lines
296 B
Twig
16 lines
296 B
Twig
{% block subject %}
|
|
{{site.title}} - JOB FAILED
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>
|
|
Dear Site Admins,
|
|
</p>
|
|
<p>
|
|
An error has occurred whilst trying to run a queued job. Please review the server error logs.
|
|
</p>
|
|
<p>
|
|
With regards,<br>
|
|
The {{site.title}} Team
|
|
</p>
|
|
{% endblock %} |