mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
14 lines
178 B
HTML
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> |