mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
12 lines
158 B
HTML
12 lines
158 B
HTML
|
<!-- file: web/views/hello/name.html -->
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>{{.}}' Portfolio - My App</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Hello {{.}}</h1>
|
||
|
</body>
|
||
|
|
||
|
</html>
|