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

9 lines
89 B
HTML

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