locality/templates/index.html

12 lines
218 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>{{title}}</title>
</head>
<body>
It still works!
</body>
</html>