mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
15feaf0237
Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
@{
|
|
ViewData["Title"] = "About";
|
|
}
|
|
<h2>@ViewData["Title"]</h2>
|
|
<h3>@ViewData["Message"]</h3>
|
|
|
|
<p>Use this area to provide additional information.</p>
|