Files
moadiran/moadiran/Shared/BlogLayout.razor
mmrbnjd ae654b1ffe tags
2024-11-16 15:08:18 +03:30

15 lines
185 B
Plaintext

@using moadiran.Layout
@inherits LayoutComponentBase
<LBlogheader />
<div id="smooth-wrapper">
<div id="smooth-content">
@Body
<Lfooter />
</div>
</div>