Files
BugBeGone/views/dashboard.html
T
2022-04-19 12:37:16 -07:00

13 lines
270 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Dashboard - BugBeGone</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{{ .username }}
{{ .email }}
{{ .firstname }} {{ .lastname }}
</body>
</html>