Sharpening up everything!

This commit is contained in:
2024-04-06 19:11:00 -05:00
parent 96b48fb46a
commit aa375831c6
23 changed files with 468 additions and 106 deletions

View File

@@ -0,0 +1,7 @@
@model OrchardCore.Html.ViewModels.HtmlBodyPartViewModel
<div class="mt-1 text-sm leading-6 text-gray-600">
<div class="richtext">
@Html.Raw(Model.Html)
</div>
</div>