mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
666bcacf20
Former-commit-id: b5be58709f17758a8df3ebc99270b97ccd8b18f2
12 lines
165 B
HTML
12 lines
165 B
HTML
<!-- file: web/views/hello/index.html -->
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{.Title}} - My App</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>{{.MyMessage}}</p>
|
|
</body>
|
|
|
|
</html> |