mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
255c7d77d6
* moved email css files to template directory * prevent developer files from showing up in a release
16 lines
348 B
Twig
16 lines
348 B
Twig
{% apply inky_to_html|inline_css(source('emails/css/emails.css')) %}
|
|
|
|
<spacer size="32"></spacer>
|
|
|
|
<h5>{% block title %}{% endblock %}</h5>
|
|
|
|
<spacer size="32"></spacer>
|
|
|
|
{% block body %}{% endblock %}
|
|
|
|
<spacer size="32"></spacer>
|
|
|
|
<p><small>{{ 'automated_email_dont_answer'|trans({}, 'email') }}</small></p>
|
|
|
|
{% endapply %}
|