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