0
0
mirror of https://github.com/kevinpapst/kimai2.git synced 2024-12-22 12:18:29 +00:00
kevinpapst_kimai2/templates/emails/layout.html.twig
Kevin Papst 255c7d77d6
Ignore files from showing up in a release (#5111)
* moved email css files to template directory
* prevent developer files from showing up in a release
2024-10-12 23:45:13 +02:00

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 %}