blazerapp/cms/templates/home.html.hbs
2021-09-08 21:41:34 -04:00

11 lines
161 B
Handlebars

{{! vim: set ft=html: }}
<html>
<head>
</head>
<body>
<a href="/ui/events">Events</a>
<a href="/ui/new">New</a>
</body>
</html>