File size: 130 Bytes
b0a0ed0
 
 
 
1
2
3
4
5
@model string
<div class="bg-white border border-slate-200 rounded-xl shadow-sm overflow-hidden @Model">
    @RenderBody()
</div>