iris/_examples/mvc/overview/web/views/hello/name.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>