1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 05:32:39 +01:00
invoiceninja/resources/views/email/template/plain.blade.php
2020-08-02 20:24:38 +10:00

12 lines
183 B
PHP

<!DOCTYPE html>
<html lang="{{ App::getLocale() }}" class="bg-white">
<head>
<meta charset="utf-8">
</head>
<body>
{!! $body !!}
</body>
<footer>
{!! $footer !!}
</footer>
</html>