12 lines
No EOL
197 B
Text
12 lines
No EOL
197 B
Text
@using Kreta.Web.Models
|
|
@model MaintenanceModel
|
|
|
|
@{
|
|
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
|
}
|
|
|
|
<div>
|
|
<h1>@Model.Title</h1>
|
|
<br />
|
|
<h4>@Html.Raw(Model.Message)</h4>
|
|
</div> |