mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
12 lines
154 B
HTML
12 lines
154 B
HTML
|
<!-- file: web/views/hello/index.html -->
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>{{.Title}} - My App</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p>{{.MyMessage}}</p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|