iris/_examples/examples/intermediate/view/embedding-templates-into-app/templates/hi.html
Gerasimos (Makis) Maropoulos 55c250c93a Add More Examples & Categorized in Folders & TOC
Former-commit-id: ce4d711a75a4ba08ffab075e6baa88724725885b
2017-03-24 00:22:05 +02:00

9 lines
98 B
HTML

<html>
<head>
<title>Hi Iris [THE TITLE]</title>
</head>
<body>
<h1>Hi {{.Name}}
</body>
</html>