mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
11 lines
248 B
HTML
11 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sessions View Data</title>
|
|
</head>
|
|
<body>
|
|
Hello {{.session.Get "username"}}
|
|
</body>
|
|
</html> |