mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
c10dd32ad7
Former-commit-id: 350eafb0f70f8433e394e103ff93fa332ee00a05
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> |