iris/_examples/mvc/using-method-result/views/hello/name.html

12 lines
154 B
HTML
Raw Normal View History

<!-- file: views/hello/name.html -->
<html>
<head>
<title>{{.}}' Portfolio - My App</title>
</head>
<body>
<h1>Hello {{.}}</h1>
</body>
</html>