1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 19:07:06 +00:00
Files
kararas_iris/_examples/view/overview/templates/hi.html
2017-07-10 18:32:42 +03:00

11 lines
95 B
HTML

<html>
<head>
<title>Hi iris</title>
</head>
<body>
<h1>Hi {{.Name}} </h1>
</body>
</html>