mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
9 lines
92 B
HTML
9 lines
92 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Hi Iris</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hi {{.Name}} </h1>
|
||
|
</body>
|
||
|
</html>
|