iris/_examples/mvc/overview/web/views/hello/index.html

12 lines
165 B
HTML
Raw Normal View History

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