mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
14 lines
307 B
HTML
14 lines
307 B
HTML
<!-- This is the most basic starting point of a twig template -->
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<ninja>
|
|
<!-- Inside of the ninja tags you can place any Twig Content -->
|
|
</ninja>
|
|
</body>
|
|
</html>
|
|
|
|
<!-- You can read more about twig and the options available here: https://twig.symfony.com/ -->
|
|
|