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-18 16:34:49 +02:00

16 lines
219 B
PHP

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