NoteCat/templates/helloworld.html
binaryDiv 92a4d2fcf8
All checks were successful
continuous-integration/drone/push Build is passing
add Twig for template rendering
2020-07-01 00:12:23 +02:00

19 lines
332 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href=""> -->
</head>
<body>
<h1>Well hi there :)</h1>
<b>{{ hello }}</b>
<!-- <script src="" async defer></script> -->
</body>
</html>