deno-deploy-example/index.njk
2022-02-10 10:30:05 +01:00

12 lines
144 B
Text

---
title: Welcome to my page
---
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
</body>
</html>