IW4M-Admin/WebfrontCore/Views/Interaction/Render.cshtml

9 lines
183 B
Plaintext

@model string
<div class="content text-wrap mt-20">
<h2 class="content-title">
<color-code value="@ViewBag.Title"></color-code>
</h2>
@Html.Raw(Model)
</div>