iris/_examples/view/template_html_0/templates/hi.html

9 lines
103 B
HTML
Raw Normal View History

<html>
<head>
<title>{{.Title}}</title>
</head>
<body>
<h1>Hi {{.Name}} </h1>
</body>
</html>