1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 15:13:29 +01:00
invoiceninja/resources/views/templates/samples/twig.html
David Bomba 34aaf9aec7 Updates
2024-03-27 16:11:22 +11:00

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/ -->