mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
c10dd32ad7
Former-commit-id: 350eafb0f70f8433e394e103ff93fa332ee00a05
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> |