mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
Update to version 8.5.0 | NEW: MVC Output Result | Read HISTORY.md
Former-commit-id: 6a3579f2500fc715d7dc606478960946dcade61d
This commit is contained in:
12
_examples/mvc/using-method-result/views/hello/index.html
Normal file
12
_examples/mvc/using-method-result/views/hello/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- file: views/hello/index.html -->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>{{.Title}} - My App</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>{{.MyMessage}}</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
12
_examples/mvc/using-method-result/views/hello/name.html
Normal file
12
_examples/mvc/using-method-result/views/hello/name.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- file: views/hello/name.html -->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>{{.}}' Portfolio - My App</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hello {{.}}</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user