siteinfo/templates/index.html.hbs
2024-06-05 22:58:38 +02:00

10 lines
145 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test</title>
</head>
<body>
<p>Kod je {{ kod }}</p>
</body>
</html>