iris/_examples/file-server/single-page-application/embedded-single-page-application/data/views/index.html
2020-09-14 18:36:04 +03:00

14 lines
178 B
HTML

<html>
<head>
<title>{{ .Page.Title }}</title>
</head>
<body>
<h1> (Template) Hello from views/index.html </h1>
<script src="/app.js"> </script>
</body>
</html>