Pracownia.Programowania/templates/bar.html

19 lines
272 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BAR</title>
</head>
<body>
<h1>Welcome to the bar. What can I get you to drink?</h1>
{{if .First}}
USER NAME {{.UserName}}<br>
<h2><a href="/logout">log out</a></h2>
{{end}}
</body>
</html>