Passport/pkg/internal/views/index.gohtml
2024-06-16 23:17:32 +08:00

10 lines
105 B
Plaintext

<!doctype html>
<html lang="en">
{{template "views/partials/header"}}
<body>
{{embed}}
</body>
</html>