1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

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>