Files
muzi/templates/profile.gohtml

13 lines
212 B
Plaintext

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="static/style.css" type="text/css">
<title>
muzi | {{.Username}}'s Profile
</title>
</head>
<body>
{{.Bio}}
</body>
</html>