git
/
blog.git
/
Blog
/
Components
/
Layout
/
MainLayout.razor
log
tree
refs
Blog/Components/Layout/MainLayout.razor
67 B · 7 lines ·
raw
·
history
1
@inherits
LayoutComponentBase
2
3
<SiteHeader
/>
4
5
@Body
6
7
<SiteFooter
/>