mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
9 lines
103 B
HTML
9 lines
103 B
HTML
<html>
|
|
<head>
|
|
<title>{{.Title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hi {{.Name}} </h1>
|
|
</body>
|
|
</html>
|