mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
b0f8329768
https://github.com/kataras/iris/blob/master/HISTORY.md#th-12-october-2017--v852 Former-commit-id: 2501cf6066812c2aac158d8d6cd4e992a2b538f9
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> |