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