Blog/Components/Layout/MainLayout.razor 269 B · 11 lines · raw · history

1 @inherits LayoutComponentBase
2
3 @* The measure and the page's vertical rhythm live here rather than on <body>: /git uses its own
4 layout, and a dense repository browser wants neither. *@
5 <div class="page center">
6 <SiteHeader/>
7
8 @Body
9
10 <SiteFooter/>
11 </div>