iris/_examples/view/embedding-templates-into-app/templates/hi.html

11 lines
92 B
HTML
Raw Normal View History

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