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
166 B
PHP
Raw Normal View History

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