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

12 lines
150 B
HTML
Raw Normal View History

<!-- file: views/hello/index.html -->
<html>
<head>
<title>{{.Title}} - My App</title>
</head>
<body>
<p>{{.MyMessage}}</p>
</body>
</html>