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