1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00
invoiceninja/resources/views/email/template/plain.blade.php

12 lines
183 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="{{ App::getLocale() }}" class="bg-white">
<head>
<meta charset="utf-8">
</head>
2020-08-02 12:24:38 +02:00
<body>
{!! $body !!}
</body>
<footer>
{!! $footer !!}
</footer>
</html>