mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
46505f62db
Former-commit-id: cb775edc72bedc88aeab4c5a6de6bfc6bd56fae2
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> |