iris/_examples/view/template_html_0/templates/hi.html
2017-07-10 18:32:42 +03:00

9 lines
95 B
HTML

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